Implementation of the sleep() function, for sleeping for a number of milliseconds. More...
Go to the source code of this file.
Functions | |
void | sleep (int milliseconds) |
Sleep for the specified number of milliseconds. Does not return until after the sleep period. | |
Implementation of the sleep() function, for sleeping for a number of milliseconds.
Definition in file sleep.c.
void sleep | ( | int | milliseconds | ) |
Sleep for the specified number of milliseconds. Does not return until after the sleep period.
milliseconds | Number of milliseconds to sleep. |
Definition at line 21 of file sleep.c.
References sleep().
Referenced by Flyweight_Exercise(), and sleep().