.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_save_config_file_f" "3" "" "Allegro reference manual" "" .SH NAME al_save_config_file_f \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_save_config_file_f(ALLEGRO_FILE *file, const ALLEGRO_CONFIG *config) .EE .SH DESCRIPTION Write out a configuration file to an already open file. .PP Returns true on success, false on error. The file remains open afterwards. .SH SEE ALSO al_save_config_file(3)