|
mess822x 1.27
mess822x
|

Go to the source code of this file.
Data Structures | |
| struct | caldate |
Functions | |
| void | caldate_frommjd (struct caldate *, long, int *, int *) |
| long | caldate_mjd (struct caldate *) |
| unsigned int | caldate_fmt (char *, struct caldate *) |
| unsigned int | caldate_scan (char *, struct caldate *) |
| unsigned int caldate_fmt | ( | char * | s, |
| struct caldate * | cd | ||
| ) |
| void caldate_frommjd | ( | struct caldate * | cd, |
| long | day, | ||
| int * | pwday, | ||
| int * | pyday | ||
| ) |
| long caldate_mjd | ( | struct caldate * | cd | ) |
Definition at line 9 of file caldate_mjd.c.


| unsigned int caldate_scan | ( | char * | s, |
| struct caldate * | cd | ||
| ) |
Definition at line 3 of file caldate_scan.c.

