1al_merge_config_into(3)                                al_merge_config_into(3)
2
3
4

NAME

6       al_merge_config_into - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_merge_config_into(ALLEGRO_CONFIG *master, const ALLEGRO_CONFIG *add)
12

DESCRIPTION

14       Merge  one  configuration structure into another.  Values in configura‐
15       tion 'add' override those in 'master'.  'master' is modified.  Comments
16       from 'add' are not retained.
17

SEE ALSO

19       al_merge_config(3)
20
21
22
23Allegro reference manual                               al_merge_config_into(3)
Impressum