1al_ferror(3) Library Functions Manual al_ferror(3)
23
4
NAME
6al_ferror
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_ferror(ALLEGRO_FILE *f)
12
DESCRIPTION
14Returns true if the error indicator is set on the given file,
15i.e. there was some sort of previous error.
16
SEE ALSO
18al_feof(3), al_fclearerr(3)
1920
21
22
Allegro reference manual al_ferror(3)