Format: AllC/C++CSSTextshell script Advanced Search
24: #ifdef DEBUG 25: #define DP(x) printf x 26: #else
59: #ifdef DEBUG 60: #define DP(exp) printf exp 61: #define DBG(exp) exp