1adime_exit(3) Adime API Reference adime_exit(3)
23
4
NAME
6adime_exit
7
SYNOPSIS
9#include <adime.h>
1011
12
int adime_exit(void);
13
DESCRIPTION
15Shuts down the Adime system. You don´t normally need to call this func‐
16tion since `adime_init()´ will arrange for it to be called automati‐
17cally when your program exits or `allegro_exit()´ is called.
1819
SEE ALSO
21adime_init(3)
2223
24
25
Adime version 2.2.1 adime_exit(3)