rest (3) Linux Manual Page
rest – Waits a specified number of milliseconds or yields CPU. Allegro game programming library. Synopsis #include <allegro.h> void rest(unsigned int time); Description This function waits for the specified number of milliseconds. Passing 0 as parameter will not wait, but just yield. This can be useful in order to "play nice" with other processes. Other…
