1al_add_config_section(3) al_add_config_section(3)
23
4
NAME
6al_add_config_section - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_add_config_section(ALLEGRO_CONFIG *config, const char *name)
12
DESCRIPTION
14Add a section to a configuration structure with the given name. If the
15section already exists then nothing happens.
1617
18
19
Allegro reference manual al_add_config_section(3)