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