Format: AllC/C++CSSTextshell script Advanced Search
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);