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

NAME

6       remove_int - Removes a timers. Allegro game programming library.
7

SYNOPSIS

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

DESCRIPTION

15       Removes a function from the list of user interrupt routines. At program
16       termination, allegro_exit() does this automatically.
17
18

SEE ALSO

20       install_int(3), install_int_ex(3), remove_param_int(3)
21
22
23
24Allegro                          version 4.4.3                   remove_int(3)
Impressum