#define COLOR_TITLE 1 #define COLOR_ERROR 2 #define N_ELEMENTS(x) (sizeof(x)/sizeof((x)[0])) int debug(char *fmt, ...);