|
NAMEal_rest - Allegro 5 APISYNOPSIS
DESCRIPTIONWaits for the specified number of seconds. This tells the system to pause the current thread for the given amount of time. With some operating systems, the accuracy can be in the order of 10ms. That is, even
might pause for something like 10ms. Also see the section on Timer routines for easier ways to time your program without using up all CPU.
Visit the GSP FreeBSD Man Page Interface. |