Provided by: allegro5-doc_5.2.3.0-1_all bug

NAME

       al_fflush - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro.h>

              bool al_fflush(ALLEGRO_FILE *f)

DESCRIPTION

       Flush any pending writes to the given file.

       Returns true on success, false otherwise.  errno is set to indicate the error.

SEE ALSO

       al_get_errno(3alleg5)