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
This API provides delay time in second.
void sleep(unsigned int seconds);
The following table lists the sleep function arguments.
| Type | Member | Description |
|---|---|---|
| unsigned int | seconds | delay time in seconds |
None