linux man page for rest_callback

Query: rest_callback

OS: linux

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

rest_callback(3alleg4)						  Allegro manual					    rest_callback(3alleg4)

NAME
rest_callback - Like rest(), but calls the callback during the wait. Allegro game programming library. SYNOPSIS
#include <allegro.h> void rest_callback(long time, void (*callback)()) DESCRIPTION
Like rest(), but for non-zero values continually calls the specified function while it is waiting for the required time to elapse. If the provided `callback' parameter is NULL, this function does exactly the same thing as calling rest(). SEE ALSO
install_timer(3alleg4), rest(3alleg4) Allegro version 4.4.2 rest_callback(3alleg4)
Related Man Pages
exmidi(3alleg4) - debian
rest(3alleg4) - suse
exmidi(3alleg4) - centos
exmidi(3alleg4) - suse
rest(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
Featured Books and Articles by Active Forum Members
Please Donate to the Red Cross for Earthquake and Tsunami Relief in Japan
Forum Video Tutorial: How to Use Code Tags
Scripts without shebang