allegro_init

Langue: en

Version: version 4.2.2 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

allegro_init - Macro to initialise the Allegro library.

SYNOPSIS

#include <allegro.h>

int allegro_init();

DESCRIPTION

Macro which initialises the Allegro library. This is the same thing as calling install_allegro(SYSTEM_AUTODETECT, &errno, atexit).

SEE ALSO

install_allegro(3), allegro_exit(3)