1al_fflush(3) Library Functions Manual al_fflush(3)
23
4
NAME
6al_fflush
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_fflush(ALLEGRO_FILE *f)
12
DESCRIPTION
14Flush any pending writes to the given file.
1516
Returns true on success, false otherwise. errno is set to indicate the
17error.
18
SEE ALSO
20al_get_errno(3)
2122
23
24
Allegro reference manual al_fflush(3)