gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__sgetc from t2ex/bsd_source/lib/libc/src_bsd/include/stdio.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
421: 
422: #define getc(fp)        (!__isthreaded ? __sgetc(fp) : (getc)(fp))
423: 
433: #if __POSIX_VISIBLE >= 199506 434: #define getc_unlocked(fp) __sgetc(fp) 435: /*