Go to the documentation of this file.
29 #define LOG(fmt, args...) \
30 // __log_append(__FILE__, __LINE__, fmt, ## args);
32 void __log_append(
const char * file,
int line,
const char * fmt, ...);
34 #define DO_PRAGMA(x) _Pragma (#x)
35 #define TODO(x) DO_PRAGMA(message ("TODO - " #x))