.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_fclose" "3" "" "Allegro reference manual" "" .SH NAME al_fclose \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_fclose(ALLEGRO_FILE *f) .EE .SH DESCRIPTION Close the given file, writing any buffered output data (if any). .PP Returns true on success, false on failure. errno is set to indicate the error.