gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__sputc from t2ex/bsd_source/t2ex/network/net/include/netbsd/stdio.h (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
470: #if defined(__GNUC__) && defined(__STDC__)
471: static __inline int __sputc(int _c, FILE *_p) {
472:         if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
480: */ 481: #define __sputc(c, p) \ 482: (--(p)->_w < 0 ? \