Format: AllC/C++CSSTextshell script Advanced Search
72: */ 73: #define TLOOP(s) if (t) TLOOP1(s) 74: #define TLOOP1(s) do { s; } while (--t)