ocssw
V2022
|
unix2ymdhms.c File Reference
Include dependency graph for unix2ymdhms.c:
Go to the source code of this file.
Functions | |
void | unix2ymdhms (double usec, int16_t *year, int16_t *mon, int16_t *day, int16_t *hour, int16_t *min, double *sec) |
Function Documentation
◆ unix2ymdhms()
void unix2ymdhms | ( | double | usec, |
int16_t * | year, | ||
int16_t * | mon, | ||
int16_t * | day, | ||
int16_t * | hour, | ||
int16_t * | min, | ||
double * | sec | ||
) |
Definition at line 8 of file unix2ymdhms.c.