35#define ERROR_WARNING 1
38#define ERROR_PANIC ERROR_LEVEL
40#define ERROR_LEVEL 0x00ff
41#define ERROR_SYSTEM 0x0100
42#define ERROR_USAGE 0x0800
46 #define PRINTF_LIKE(index, first) __attribute__((format(printf, index, first)))
48 #define PRINTF_LIKE(index, first)
62 extern
void errorv(const
char *,
int, const
char *, va_list);
void setErrorFileLine(char *, int)
void errorf(void *, void *, int, const char *,...)
struct Error_info_s Error_info_t
#define PRINTF_LIKE(index, first)
void errorv(const char *, int, const char *, va_list)