162686_0_18569.c:10: error: syntax error before "passenger"
162686_0_18569.c:15: error: syntax error before "passenger"
162686_0_18569.c:18: error: syntax error before "lie"
162686_0_18569.c: In function `geton':
162686_0_18569.c:22: error: `passenger' undeclared (first use in this function)
162686_0_18569.c:22: error: (Each undeclared identifier is reported only once
162686_0_18569.c:22: error: for each function it appears in.)
162686_0_18569.c:22: error: `p' undeclared (first use in this function)
162686_0_18569.c:22: error: `q' undeclared (first use in this function)
162686_0_18569.c:22: error: `s' undeclared (first use in this function)
162686_0_18569.c:25: error: syntax error before ')' token
162686_0_18569.c:29: error: request for member `last' in something not a structure or union
162686_0_18569.c:36: error: request for member `last' in something not a structure or union
162686_0_18569.c:38: error: request for member `last' in something not a structure or union
162686_0_18569.c: In function `getout':
162686_0_18569.c:47: error: `passenger' undeclared (first use in this function)
162686_0_18569.c:47: error: `p' undeclared (first use in this function)
162686_0_18569.c:47: error: `q' undeclared (first use in this function)
162686_0_18569.c:47: error: `s' undeclared (first use in this function)
162686_0_18569.c:51: error: request for member `last' in something not a structure or union
162686_0_18569.c:63: error: request for member `last' in something not a structure or union
162686_0_18569.c: In function `join':
162686_0_18569.c:80: error: `passenger' undeclared (first use in this function)
162686_0_18569.c:80: error: `che1' undeclared (first use in this function)
162686_0_18569.c:80: error: `che2' undeclared (first use in this function)
162686_0_18569.c:80: error: `q' undeclared (first use in this function)
162686_0_18569.c:84: error: request for member `last' in something not a structure or union
162686_0_18569.c:85: error: request for member `last' in something not a structure or union
162686_0_18569.c:93: error: request for member `last' in something not a structure or union
162686_0_18569.c: In function `main':
162686_0_18569.c:102: error: `passenger' undeclared (first use in this function)
162686_0_18569.c:102: error: `p' undeclared (first use in this function)
162686_0_18569.c:102: error: `q' undeclared (first use in this function)
162686_0_18569.c:107: error: request for member `num' in something not a structure or union
162686_0_18569.c:110: error: syntax error before ')' token
162686_0_18569.c:113: error: request for member `last' in something not a structure or union
162686_0_18569.c:114: error: 'for' loop initial declaration used outside C99 mode
162686_0_18569.c:117: error: syntax error before ')' token
|