.TH "al_fflush(3alleg5) Allegro reference manual" "" "" "" "" .SH NAME .PP al_fflush \- Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include\ bool\ al_fflush(ALLEGRO_FILE\ *f) \f[] .fi .SH DESCRIPTION .PP Flush any pending writes to the given file. .PP Returns true on success, false otherwise. errno is set to indicate the error. .SH SEE ALSO .PP al_get_errno(3alleg5)