.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_fflush" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_fflush - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_fflush(ALLEGRO_FILE *f) \f[R] .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)