Format: AllC/C++CSSTextshell script Advanced Search
59: #define P printf 60: #define Gets(buf, bufsz) fgets(buf, bufsz, stdin) 61: #else 62: #define P tm_printf 63: #define Gets(buf, bufsz) tm_getline(buf) 64: #endif