Search | Google it | Results 1 - 3 of 3 for funcall:getc_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)
43: { 44: return (getc_unlocked(stdin)); 45: }
522: 523: #define getchar_unlocked() getc_unlocked(stdin) 524: #define putchar_unlocked(x) putc_unlocked(x, stdout)