error.h

Go to the documentation of this file.
00001 #ifndef __error_h__
00002 #define __error_h__
00003 
00004 #include "headers.h"
00005 
00006 int get_errno(void);
00007 void clear_errno(void);
00008 void print_error(FILE *ferr, char *fmt, ...);
00009 void print_esup(FILE *ferr, char *fmt, ...);
00010 
00011 #endif

Generated on Thu Jun 28 09:13:03 2007 for bar by  doxygen 1.5.1