1al_merge_config_into(3) al_merge_config_into(3)
23
4
NAME
6al_merge_config_into - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_merge_config_into(ALLEGRO_CONFIG *master, const ALLEGRO_CONFIG *add)
12
DESCRIPTION
14Merge one configuration structure into another. Values in configura‐
15tion `add' override those in `master'. `master' is modified. Comments
16from `add' are not retained.
17
SEE ALSO
19al_merge_config(3)
2021
22
23
Allegro reference manual al_merge_config_into(3)