Description
void
usleep ( int micro_seconds)
The usleep() function delays program execution
for the given number of micro_seconds. A
microsecond is one millionth of a second.
See also sleep() and
set_time_limit().
Note:
This function does not work on Windows systems.