struct date { int day; int month; int year; }; struct date increment_date(struct date d1);