struct date{ };
INT Days(struct date );
INT main()
{
.....
return 0;
}
INT Days(struct date d )
INT day;