Search | Google it | Results 1 - 3 of 3 for fundef:getchar_unlocked (0.00 seconds) |
446: #define putchar(x) putc(x, stdout) 447: #define getchar_unlocked() getc_unlocked(stdin) 448: #define putchar_unlocked(c) putc_unlocked(c, stdout)
41: int 42: getchar_unlocked(void) 43: {
522: 523: #define getchar_unlocked() getc_unlocked(stdin) 524: #define putchar_unlocked(x) putc_unlocked(x, stdout)