1al_destroy_config(3) al_destroy_config(3)
23
4
NAME
6al_destroy_config - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_destroy_config(ALLEGRO_CONFIG *config)
12
DESCRIPTION
14Free the resources used by a configuration structure. Does nothing if
15passed NULL.
16
SEE ALSO
18al_create_config(3), al_load_config_file(3)
1920
21
22
Allegro reference manual al_destroy_config(3)