This API provides delay time in second.
Prototype
void sleep(unsigned int seconds);
Parameters
The following table lists the sleep
function arguments.
Type | Member | Description |
---|---|---|
unsigned int | seconds | delay time in seconds |
Returns
None