Macro to initialise the allegro library.
#include <allegro.h>
int allegro_init();
Macro which initialises the Allegro library. This is the same thing as calling install_allegro(SYSTEM_AUTODETECT, &errno, atexit).
install_allegro(3alleg4), allegro_exit(3alleg4)