gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:fgetc (0.00 seconds)
t2ex
t2ex_source/include/t2ex/stdio.h - 6.8KB - 173 lines
123: IMPORT  int      fgetc(FILE *stream);
124: #define getc(fp)        fgetc(fp)
125: #define getchar()       fgetc(stdin)
126: IMPORT  char     *fgets(char *s, int size, FILE *stream);