MicrOS
|
#include "../time.h"
Functions | |
time_t | mktime (tm *timeptr) |
Convert tm structure to time_t. More... | |
Convert tm structure to time_t.
Returns the value of type time_t that represents the local time described by the tm structure pointed by timeptr (which may be modified).
timeptr | Pointer to a tm structure that contains a calendar time broken down into its components (see struct tm). |