|
NAMEallegro_init - Macro to initialise the Allegro library.SYNOPSIS#include <allegro.h>int allegro_init(); DESCRIPTIONMacro which initialises the Allegro library. This is the same thing as calling install_allegro(SYSTEM_AUTODETECT, &errno, atexit).SEE ALSOinstall_allegro(3), allegro_exit(3)
Visit the GSP FreeBSD Man Page Interface. |