.\" Automatically generated by Pandoc 3.1.11.1 .\" .TH "al_fflush" "3" "" "Allegro reference manual" "" .SH NAME al_fflush \- Allegro 5 API .SH SYNOPSIS .IP .EX #include bool al_fflush(ALLEGRO_FILE *f) .EE .SH DESCRIPTION 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 al_get_errno(3)