table of contents
other versions
- Tumbleweed 5.2.10.1-1.3
- Leap-15.6
al_fgetc(3) | al_fgetc(3) |
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¶
Allegro reference manual |