1al_add_config_comment(3)                              al_add_config_comment(3)
2
3
4

NAME

6       al_add_config_comment - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_add_config_comment(ALLEGRO_CONFIG *config,
12                 const char *section, const char *comment)
13

DESCRIPTION

15       Add  a comment in a section of a configuration.  If the section doesn't
16       yet exist, it will be created.  The section can be NULL or ""  for  the
17       global section.
18
19       The  comment  may or may not begin with a hash character.  Any newlines
20       in the comment string will be replaced by space characters.
21

SEE ALSO

23       al_add_config_section(3)
24
25
26
27Allegro reference manual                              al_add_config_comment(3)
Impressum