Format: AllC/C++CSSTextshell script Advanced Search
46: 47: #define DEBUG_PRINT(arg) \ 48: ( \
77: #ifdef DEBUG 78: #define DEBUG_PRINT(x) printf x 79: #else