Search | Google it | Results 1 - 1 of 1 for fundef:__sputc from t2ex/bsd_source/lib/libc/src_bsd/include/stdio.h (0.00 seconds) |
386: #if defined(__GNUC__) 387: static __inline int __sputc(int _c, FILE *_p) { 388: if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) 396: */ 397: #define __sputc(c, p) \ 398: (--(p)->_w < 0 ? \