Search | Google it | Results 1 - 3 of 3 for funcall:__sgetc (0.00 seconds) |
421:
422: #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp))
423:
44: { 45: return (__sgetc(fp)); 46: }
502: 503: #define getc(fp) __sgetc(fp) 504: #define putc(x, fp) __sputc(x, fp)