1 2 3 4 5 6 7 8
#ifndef CONFIG_H #define CONFIG_H #define DEBUG_DIVIDE false #define DBS( s, x ) if( DEBUG_ ##s ) { x; } (void)0 #endif