gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:Gets (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/appl_main.c - 3.6KB - 106 lines
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