1al_save_config_file_f(3) Library Functions Manual al_save_config_file_f(3)
23
4
NAME
6al_save_config_file_f
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
bool al_save_config_file_f(ALLEGRO_FILE *file, const ALLEGRO_CONFIG *config)
12
DESCRIPTION
14Write out a configuration file to an already open file.
1516
Returns true on success, false on error. The file remains open after‐
17wards.
18
SEE ALSO
20al_save_config_file(3)
2122
23
24
Allegro reference manual al_save_config_file_f(3)