Format: AllC/C++CSSTextshell script Advanced Search
66: #if _Csym == 0 67: #define Csym(sym) sym 68: #else 69: #define Csym(sym) _##sym 70: #endif