Search | Google it | Results 1 - 1 of 1 for funcall:__sputc from t2ex/bsd_source/lib/libc/src_bsd/include/stdio.h (0.00 seconds) |
428: */ 429: #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) 430: #endif /* __BSD_VISIBLE */ 439: #if __BSD_VISIBLE 440: #define putc_unlocked(x, fp) __sputc(x, fp) 441: #endif /* __BSD_VISIBLE */