1al_ferrmsg(3) al_ferrmsg(3)
23
4
NAME
6al_ferrmsg - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
const char *al_ferrmsg(ALLEGRO_FILE *f)
12
DESCRIPTION
14Return a message string with details about the last error that occurred
15on the given file handle. The returned string is empty if there was no
16error, or if the file interface does not provide more information.
17
SEE ALSO
19al_fclearerr(3), al_ferror(3)
2021
22
23
Allegro reference manual al_ferrmsg(3)