Searched refs:fgetc (Results 1 – 2 of 2) sorted by relevance
35 int fgetc(FILE *fh);39 #define getc(_fh) fgetc(_fh)
157 fgetc(FILE *fh) in fgetc() function171 int ch = fgetc(fh); in fgets()