- Function
 Sleep for a specified amount of time.
- Header
 - Declaration
 
void __fastcall__ sleep (unsigned seconds);- Description
 The function will return after the specified number of seconds have elapsed.
- Limits
 
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
 - Availability
 POSIX 1003.1
- Example
 None.