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