1pop_config_state(3) Allegro manual pop_config_state(3)
23
4
NAME
6pop_config_state - Pops a previously pushed configuration state. Alle‐
7gro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void pop_config_state();
14
DESCRIPTION
16Pops a configuration state previously stored by push_config_state(),
17replacing the current config source with it.
1819
SEE ALSO
21push_config_state(3), exconfig(3)
2223
24
25
Allegro version 4.4.3 pop_config_state(3)