ocssw
V2022
|
date2ydmsec.c File Reference
Include dependency graph for date2ydmsec.c:
Go to the source code of this file.
Functions | |
void | date2ydmsec (char *date, int32_t *year, int32_t *day, int32_t *msec) |
void | isodate2ydmsec (char *date, int32_t *year, int32_t *day, int32_t *msec) |
Function Documentation
◆ date2ydmsec()
void date2ydmsec | ( | char * | date, |
int32_t * | year, | ||
int32_t * | day, | ||
int32_t * | msec | ||
) |
Definition at line 4 of file date2ydmsec.c.
◆ isodate2ydmsec()
void isodate2ydmsec | ( | char * | date, |
int32_t * | year, | ||
int32_t * | day, | ||
int32_t * | msec | ||
) |
Definition at line 20 of file date2ydmsec.c.