1flush_config_file(3) Allegro manual flush_config_file(3)
23
4
NAME
6flush_config_file - Flushes the current config file to disk. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void flush_config_file();
14
DESCRIPTION
16Writes the current config file to disk if the contents have changed
17since it was loaded or since the latest call to the function.
1819
SEE ALSO
21set_config_file(3), override_config_file(3), push_config_state(3)
2223
24
25
Allegro version 4.4.3 flush_config_file(3)