.\" Automatically generated by Pandoc 3.5 .\" .TH "al_fgetc" "3" "" "Allegro reference manual" .SH NAME al_fgetc \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] int al_fgetc(ALLEGRO_FILE *f) .EE .SH DESCRIPTION Read and return next byte in the given file. Returns EOF on end of file or if an error occurred. .SH SEE ALSO al_fungetc(3)