Declaration of the sleep function, for sleeping for a number of milliseconds. More...
Go to the source code of this file.
Namespaces | |
namespace | Helpers |
The namespace containing all the "helper" functions in the C++ code. | |
Macros | |
#define | __SLEEP_H__ |
Functions | |
void | sleep (int milliseconds) |
Sleep for the specified number of milliseconds. Does not return until after the sleep period. | |
Declaration of the sleep function, for sleeping for a number of milliseconds.
Definition in file lusplus/helpers/sleep.h.
#define __SLEEP_H__ |
Definition at line 8 of file lusplus/helpers/sleep.h.