5 #define NELEMENTS(array) \
6 (sizeof (array) / sizeof ((array) [0]))
11 int mjd2date(
long,
int*,
int*,
int*);
int mjd2date(long, int *, int *, int *)
Definition: other.c:89
char * mjd2str(long, char *)
Definition: other.c:18
int mjd2dayno(long, int *)
Definition: other.c:52
int rad2dms(double, char *)
Definition: other.c:165
int rad2hms(double, char *)
Definition: other.c:192