1remove_timer(3) Allegro manual remove_timer(3)
23
4
NAME
6remove_timer - Removes the Allegro time handler.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void remove_timer();
13
DESCRIPTION
15Removes the Allegro timer handler (and, under DOS, passes control of
16the clock back to the operating system). You don't normally need to
17bother calling this, because allegro_exit() will do it for you.
1819
SEE ALSO
21install_timer(3), allegro_exit(3)
2223
24
25
Allegro version 4.2.3 remove_timer(3)