fgetc Function (tigcc.a)

stdio.h

short fgetc (FILE *stream);

Function version of fgetc.

fgetc is usually equal to getc, except fgetc is implemented as a function, but getc is implemented as a macro.


Uses: feof
Used by: fgets, fread, fscanf, getc, vfscanf