.\" Generated by the Allegro makedoc utility .TH remove_int 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME remove_int \- Removes a timers. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void remove_int(void (*proc)()); .SH DESCRIPTION Removes a function from the list of user interrupt routines. At program termination, allegro_exit() does this automatically. .SH SEE ALSO .BR install_int (3alleg4), .BR install_int_ex (3alleg4), .BR remove_param_int (3alleg4)