1al_remove_config_section(3) al_remove_config_section(3)
23
4
NAME
6al_remove_config_section - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_remove_config_section(ALLEGRO_CONFIG *config, char const *section)
12
DESCRIPTION
14Remove a section of a configuration.
1516
Returns true if the section was removed, or false if the section did
17not exist.
18
SINCE
205.1.5
2122
23
24
Allegro reference manual al_remove_config_section(3)