I want to print output if OUT is 1. So i think that code.
#define OUT 1 void d_printf(char *text){ if(OUT) printf("%s", text); } int main(vo