Format: AllC/C++CSSTextshell script Advanced Search
27: #ifdef DEBUG 28: #define DP(exp) printf exp 29: #else 30: #define DP(exp) 31: #endif