gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__sputc 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
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 ? \