Search | Google it | Results 1 - 1 of 1 for funcall:__sgetc from t2ex/bsd_source/lib/libc/src_bsd/include/stdio.h (0.00 seconds) |
421: 422: #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) 423: 433: #if __POSIX_VISIBLE >= 199506 434: #define getc_unlocked(fp) __sgetc(fp) 435: /*