1al_remove_config_key(3)                                al_remove_config_key(3)
2
3
4

NAME

6       al_remove_config_key - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              bool al_remove_config_key(ALLEGRO_CONFIG *config, char const *section,
12                 char const *key)
13

DESCRIPTION

15       Remove a key and its associated value in a section of a configuration.
16
17       Returns  true  if  the entry was removed, or false if the entry did not
18       exist.
19

SINCE

21       5.1.5
22
23
24
25Allegro reference manual                               al_remove_config_key(3)
Impressum