{{{ #define DEBUG #ifdef DEBUG #define cprintf(fmt, ...) printf(fmt, ##__VA_ARGS__) #else #define cprintf(fmt, ...) #endif }}}