465114_0_0_8187.c:11: error: field `isleap' declared as a function
465114_0_0_8187.c:11: error: syntax error before '{' token
465114_0_0_8187.c: In function `legal':
465114_0_0_8187.c:19: error: `year' undeclared (first use in this function)
465114_0_0_8187.c:19: error: (Each undeclared identifier is reported only once
465114_0_0_8187.c:19: error: for each function it appears in.)
465114_0_0_8187.c:19: error: `month' undeclared (first use in this function)
465114_0_0_8187.c:19: error: `day' undeclared (first use in this function)
465114_0_0_8187.c: In function `distance':
465114_0_0_8187.c:29: error: `month' undeclared (first use in this function)
465114_0_0_8187.c:31: error: `day' undeclared (first use in this function)
465114_0_0_8187.c:32: error: `year' undeclared (first use in this function)
465114_0_0_8187.c: At top level:
465114_0_0_8187.c:36: error: syntax error before '}' token
465114_0_0_8187.c: In function `main':
465114_0_0_8187.c:39: error: request for member `year' in something not a structure or union
465114_0_0_8187.c:39: error: request for member `month' in something not a structure or union
465114_0_0_8187.c:39: error: request for member `day' in something not a structure or union
465114_0_0_8187.c:41: error: request for member `legal' in something not a structure or union
465114_0_0_8187.c:44: error: request for member `distance' in something not a structure or union
|