Format: AllC/C++CSSTextshell script Advanced Search
24: #ifdef DEBUG 25: #define DP(x) printf x 26: #else 27: #define DP(x) /* do nothing */ 28: #endif