testing-repository/Gtk3/gtk30(xerelease9)/xerelease.h

12 lines
279 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 longterm(struct tm *local,char lts[],char *str);
void stable(struct tm *local,char rel[],char *str);
void develop(struct tm *local,char devel[],char *str);