1al_remove_config_key(3) al_remove_config_key(3)
23
4
NAME
6al_remove_config_key - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_remove_config_key(ALLEGRO_CONFIG *config, char const *section,
12char const *key)
13
DESCRIPTION
15Remove a key and its associated value in a section of a configuration.
1617
Returns true if the entry was removed, or false if the entry did not
18exist.
19
SINCE
215.1.5
2223
24
25
Allegro reference manual al_remove_config_key(3)