remove_timer(3) - Linux man page
Name
remove_timer - Removes the Allegro time handler.
Synopsis
#include <allegro.h>
void remove_timer();
Description
Removes the Allegro timer handler (and, under DOS, passes control of the clock back to the
operating system). You don't normally need to bother calling this, because allegro_exit() will do it for you.
See Also
install_timer(3), allegro_exit(3)