.\" Generated by the Allegro makedoc utility .TH adime_exit 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_exit .SH SYNOPSIS .B #include .sp .B int adime_exit(void); .SH DESCRIPTION Shuts down the Adime system. You don\'t normally need to call this function since `adime_init()\' will arrange for it to be called automatically when your program exits or `allegro_exit()\' is called. .SH SEE ALSO .BR adime_init (3)