10 lines
219 B
C
10 lines
219 B
C
|
int total_day(int year,int month,int day);
|
||
|
|
||
|
int total_year_day(int year1,int year2);
|
||
|
|
||
|
void dale(struct tm *local);
|
||
|
|
||
|
void release(struct tm *local,char *str);
|
||
|
|
||
|
void develop(struct tm *local,const char *devel,char *str);
|