install_param_int (3) Linux Manual Page
install_param_int – Installs a timer routine with a customizable parameter. Allegro game programming library.
Synopsis
#include <allegro.h> int install_param_int(void (*proc)(void *), void *param, int speed);
