.\" Generated by the Allegro makedoc utility .TH allegro_init 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME allegro_init \- Macro to initialise the Allegro library.\& .SH SYNOPSIS .B #include .sp .B int allegro_init(); .SH DESCRIPTION Macro which initialises the Allegro library. This is the same thing as calling install_allegro(SYSTEM_AUTODETECT, &errno, atexit). .SH SEE ALSO .BR install_allegro (3alleg4), .BR allegro_exit (3alleg4)