gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fputc (0.00 seconds)
t2ex
t2ex_source/include/t2ex/stdio.h - 6.8KB - 173 lines
118: IMPORT  int      fputc(int c, FILE *stream);
119: #define putc(c, fp)     fputc(c, fp)
120: #define putchar(c)      fputc(c, stdout)
121: IMPORT  int      fputs(const char *s, FILE *stream);