struct date { int day; int month; int year; }; void cmpdates(struct date d1, struct date d2);