1al_fgetc(3) Library Functions Manual al_fgetc(3)
23
4
NAME
6al_fgetc
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_fgetc(ALLEGRO_FILE *f)
12
DESCRIPTION
14Read and return next byte in the given file. Returns EOF on end of
15file or if an error occurred.
16
SEE ALSO
18al_fungetc(3)
1920
21
22
Allegro reference manual al_fgetc(3)