1al_fflush(3)                                                      al_fflush(3)
2
3
4

NAME

6       al_fflush - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_fflush(ALLEGRO_FILE *f)
12

DESCRIPTION

14       Flush any pending writes to the given file.
15
16       Returns true on success, false otherwise.  errno is set to indicate the
17       error.
18

SEE ALSO

20       al_get_errno(3)
21
22
23
24Allegro reference manual                                          al_fflush(3)
Impressum