1al_ferror(3) al_ferror(3)
23
4
NAME
6al_ferror - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
int al_ferror(ALLEGRO_FILE *f)
12
DESCRIPTION
14Returns non-zero if the error indicator is set on the given file, i.e.
15there was some sort of previous error. The error code may be system or
16file interface specific.
17
SEE ALSO
19al_feof(3), al_fclearerr(3), al_ferrmsg(3)
2021
22
23
Allegro reference manual al_ferror(3)