1al_init(3) Library Functions Manual al_init(3)
23
4
NAME
6al_init
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
#define al_init() (al_install_system(ALLEGRO_VERSION_INT, atexit))
12
DESCRIPTION
14Like al_install_system(3), but automatically passes in the version and
15uses the atexit function visible in the current compilation unit.
16
SEE ALSO
18al_install_system(3)
1920
21
22
Allegro reference manual al_init(3)