1al_uninstall_system(3) al_uninstall_system(3)
23
4
NAME
6al_uninstall_system - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_uninstall_system(void)
12
DESCRIPTION
14Closes down the Allegro system.
1516
Note: al_uninstall_system() can be called without a correspondā
17ing al_install_system(3) call, e.g. from atexit().
1819
20
21
Allegro reference manual al_uninstall_system(3)