al_uninstall_system - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> void al_uninstall_system(void)
Description
Closes down the Allegro system.
Note: al_uninstall_system() can be called without a corresponding al_install_system(3) call, e.g. from atexit().
Referenced By
Allegro reference manual