|
muteki
|
Datetime operations. More...
#include <muteki/common.h>Go to the source code of this file.
Data Structures | |
| struct | datetime_t |
| The datetime struct used by GetSysTime() and SetSysTime(). More... | |
Functions | |
| void | GetSysTime (datetime_t *dt) |
Read current time of the day and store it in dt. | |
Datetime operations.
|
extern |
Read current time of the day and store it in dt.
| [out] | dt | Pointer to an empty datetime struct. |