1remove_timer(3)                 Allegro manual                 remove_timer(3)
2
3
4

NAME

6       remove_timer - Removes the Allegro time handler.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void remove_timer();
13

DESCRIPTION

15       Removes  the  Allegro  timer handler (and, under DOS, passes control of
16       the clock back to the operating system). You  don't  normally  need  to
17       bother calling this, because allegro_exit() will do it for you.
18
19

SEE ALSO

21       install_timer(3), allegro_exit(3)
22
23
24
25Allegro                          version 4.2.2                 remove_timer(3)
Impressum