.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_add_config_section" "3" "" "Allegro reference manual" "" .SH NAME al_add_config_section \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_add_config_section(ALLEGRO_CONFIG *config, const char *name) .EE .SH DESCRIPTION Add a section to a configuration structure with the given name. If the section already exists then nothing happens.