Format: AllC/C++CSSTextshell script Advanced Search
77: #ifdef DEBUG 78: #define DEBUG_PRINT(x) printf x 79: #else 80: #define DEBUG_PRINT(x) 81: #endif