#define include_them 1 #if (include_them==1) #define hotcode /##/ #else #define hotcode #endif
void func (void) { hotcode printf("if included_them true, compile this line"); }
#define include_them 1 #if (include_them==1) #define hotcode /##/ #else #define hotcode #endif
void func (void) { hotcode printf("if included_them true, compile this line"); }