1remove_int(3) Allegro manual remove_int(3)
23
4
NAME
6remove_int - Removes a timers. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void remove_int(void (*proc)());
13
DESCRIPTION
15Removes a function from the list of user interrupt routines. At program
16termination, allegro_exit() does this automatically.
1718
SEE ALSO
20install_int(3), install_int_ex(3), remove_param_int(3)
2122
23
24
Allegro version 4.4.3 remove_int(3)