.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_load_config_file_f" "3" "" "Allegro reference manual" "" .SH NAME al_load_config_file_f \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] ALLEGRO_CONFIG *al_load_config_file_f(ALLEGRO_FILE *file) .EE .SH DESCRIPTION Read a configuration file from an already open file. .PP Returns NULL on error. The configuration structure should be destroyed with al_destroy_config(3). The file remains open afterwards. .SH SEE ALSO al_load_config_file(3)