MicrOS
|
#include "../time.h"
Functions | |
time_t | time (time_t *timer) |
Get current time. More... | |
Variables | |
tm | converted_time |
Internal variable used during time conversions. More... | |
Get current time.
Get the current calendar time as a value of type time_t.
timer | Pointer to an object of type time_t, where the time value is stored. |
tm converted_time |
Internal variable used during time conversions.