Search | Google it | Results 1 - 4 of 4 for funcall:getc (0.00 seconds) |
444: 445: #define getchar() getc(stdin) 446: #define putchar(x) putc(x, stdout)
38: { 39: return (getc(fp)); 40: }
56: { 57: return (getc(stdin)); 58: }
507: 508: #define getchar() getc(stdin) 509: #define putchar(x) putc(x, stdout)