00001 00002 #ifndef _SIC_ERROR_H_ 00003 #define _SIC_ERROR_H_ 00004 00005 void sic_perror( const char *s); 00006 void sic_pwarning( const char *s); 00007 00008 #endif /* _SIC_ERROR_H_ */ 00009