gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:__sgetc (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
384:  */
385: #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
386: #if defined(__GNUC__)
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
468:  */
469: #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
470: #if defined(__GNUC__) && defined(__STDC__)