Suspends a thread for a specified number of seconds.
#include <process.h> unsigned int sleep (unsigned int seconds);
seconds 
This function invokes the system call RtSleep.
Always returns 0.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/process.h | process.h | clib.lib |