mess822x 1.23
mess822x
|
Go to the source code of this file.
Data Structures | |
struct | caltime |
Functions | |
void | caltime_tai (struct caltime *, struct tai *) |
void | caltime_utc (struct caltime *, struct tai *, int *, int *) |
unsigned int | caltime_fmt (char *, struct caltime *) |
unsigned int | caltime_scan (char *, struct caltime *) |
unsigned int caltime_fmt | ( | char * | s, |
struct caltime * | ct | ||
) |
Definition at line 4 of file caltime_fmt.c.
unsigned int caltime_scan | ( | char * | s, |
struct caltime * | ct | ||
) |
void caltime_tai | ( | struct caltime * | ct, |
struct tai * | t | ||
) |
Definition at line 8 of file caltime_tai.c.
void caltime_utc | ( | struct caltime * | ct, |
struct tai * | t, | ||
int * | pwday, | ||
int * | pyday | ||
) |
Definition at line 8 of file caltime_utc.c.