strf/rftime.h

4 lines
112 B
C

double nfd2mjd(char *date);
double date2mjd(int year,int month,double day);
void mjd2nfd(double mjd,char *nfd);