35#define ERROR_WARNING 1
38#define ERROR_PANIC ERROR_LEVEL
40#define ERROR_LEVEL 0x00ff
41#define ERROR_USAGE 0x0800
45#define PRINTF_LIKE(index, first) __attribute__((format(printf, index, first)))
47#define PRINTF_LIKE(index, first)
61void errorv(const
char *,
int, const
char *, va_list);
void setErrorFileLine(char *, int)
struct Error_info_s Error_info_t
void errorf(const char *, void *, int, const char *,...)
#define PRINTF_LIKE(index, first)
void errorv(const char *, int, const char *, va_list)