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,
15i.e. there was some sort of previous error. The error code may be sys‐
16tem or file interface specific.
17
SEE ALSO
19al_feof(3), al_fclearerr(3), al_ferrmsg(3)
2021
22
23
Allegro reference manual al_ferror(3)