2021-01-02 15:49:21 +08:00
|
|
|
int total_day(int year,int month,int day);
|
|
|
|
|
|
|
|
int total_year_day(int year1,int year2);
|
|
|
|
|
|
|
|
void dale(struct tm *local);
|
|
|
|
|
2021-01-03 10:02:24 +08:00
|
|
|
void longterm(struct tm *local,char lts[],char *str);
|
2021-01-02 15:49:21 +08:00
|
|
|
|
2021-01-03 10:02:24 +08:00
|
|
|
void stable(struct tm *local,char rel[],char *str);
|
2021-01-02 15:49:21 +08:00
|
|
|
|
2021-01-03 10:02:24 +08:00
|
|
|
void develop(struct tm *local,char devel[],char *str);
|