testing-repository/Gtk3/gtk24(xerelease8)/xerelease.h

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);