Next: 9.4 Tone Functions
Up: 9.3 Time Commands
Previous: void sleep(float sec)
Waits for an amount of time equal to or greater than
msec milliseconds.
msec is a long integer.
Example:
/* wait for 1.5 seconds */
msleep(1500L);
Fred G. Martin
Fri Mar 29 17:44:15 EST 1996