Search | Google it | Results 1 - 5 of 5 for fundef:DP from tkernel_2 (0.00 seconds) |
24: #ifdef DEBUG 25: #define DP(x) printf x 26: #else
24: #ifdef DEBUG 25: #define DP(x) printf x 26: #else
27: #ifdef DEBUG 28: #define DP(exp) printf exp 29: #else
25: #ifdef DEBUG 26: #define DP(exp) printf exp 27: #else
30: /* debug message (disabled) */ 31: #define DP(arg) /**/ 32: