Search | Google it | Results 1 - 3 of 3 for fundef:getc_unlocked (0.00 seconds) |
433: #if __POSIX_VISIBLE >= 199506 434: #define getc_unlocked(fp) __sgetc(fp) 435: /*
42: int 43: getc_unlocked(FILE *fp) 44: {
519: defined(_REENTRANT) || defined(_NETBSD_SOURCE) 520: #define getc_unlocked(fp) __sgetc(fp) 521: #define putc_unlocked(x, fp) __sputc(x, fp)