TCP Socket - C Language
|
00001 00012 #ifndef ERRORE_H_ 00013 #define ERRORE_H_ 00014 00015 #include <errno.h> 00016 #include <stdio.h> 00017 #include <stdarg.h> 00018 00039 int sys_err(const char *file, int line, const char *format, ...); 00040 00060 void gen_err(const char *file, int line, const char *format, ...); 00061 00062 #endif /*ERRORE_H_*/