Search | Google it | Results 1 - 3 of 3 for fundef:putchar_unlocked (0.00 seconds) |
447: #define getchar_unlocked() getc_unlocked(stdin) 448: #define putchar_unlocked(c) putc_unlocked(c, stdout) 449:
40: int 41: putchar_unlocked(int c) 42: {
523: #define getchar_unlocked() getc_unlocked(stdin) 524: #define putchar_unlocked(x) putc_unlocked(x, stdout) 525: #endif /* _POSIX_C_SOURCE >= 199506 || _XOPEN_SOURCE >= 500 || _REENTRANT... */