#include <time.h> unsigned int sleep( unsigned int seconds );
This routine returns the number of unslept seconds.
The sleep()
function delays the calling thread by the specified
number of seconds
.
This call is interruptible by a signal.
Copyright © 1988-2000 OAR Corporation