Provided by: allegro5-doc_5.2.9.1+dfsg-1.1build4_all bug

NAME

       al_fgetc - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro.h>

              int al_fgetc(ALLEGRO_FILE *f)

DESCRIPTION

       Read and return next byte in the given file.  Returns EOF on end of file or if an error occurred.

SEE ALSO

       al_fungetc(3alleg5)

Allegro reference manual                                                                       al_fgetc(3alleg5)