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