gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__sputc from t2ex/bsd_source/t2ex/network/net/include/netbsd/stdio.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
503: #define getc(fp)        __sgetc(fp)
504: #define putc(x, fp)     __sputc(x, fp)
505: #endif /* !_REENTRANT && !_PTHREADS */
520: #define getc_unlocked(fp) __sgetc(fp) 521: #define putc_unlocked(x, fp) __sputc(x, fp) 522: