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