gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__sgetc (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/stdio.h - 15.7KB - 450 lines
421: 
422: #define getc(fp)        (!__isthreaded ? __sgetc(fp) : (getc)(fp))
423: 
More results from stdio.h
bsd_source/lib/libc/src_bsd/stdio/getc.c - 2.1KB - 62 lines
44: {
45:         return (__sgetc(fp));
46: }
More results from getc.c
bsd_source/t2ex/network/net/include/netbsd/stdio.h - 17.8KB - 531 lines
502: 
503: #define getc(fp)        __sgetc(fp)
504: #define putc(x, fp)     __sputc(x, fp)
More results from stdio.h