162620_0_10428.c:10: error: syntax error before "passenger"
162620_0_10428.c:15: error: syntax error before "passenger"
162620_0_10428.c:18: error: syntax error before "lie"
162620_0_10428.c: In function `geton':
162620_0_10428.c:22: error: `passenger' undeclared (first use in this function)
162620_0_10428.c:22: error: (Each undeclared identifier is reported only once
162620_0_10428.c:22: error: for each function it appears in.)
162620_0_10428.c:22: error: `p' undeclared (first use in this function)
162620_0_10428.c:22: error: `q' undeclared (first use in this function)
162620_0_10428.c:22: error: `s' undeclared (first use in this function)
162620_0_10428.c:25: error: syntax error before ')' token
162620_0_10428.c:29: error: request for member `last' in something not a structure or union
162620_0_10428.c:38: error: request for member `last' in something not a structure or union
162620_0_10428.c: In function `getout':
162620_0_10428.c:45: error: `passenger' undeclared (first use in this function)
162620_0_10428.c:45: error: `p' undeclared (first use in this function)
162620_0_10428.c:45: error: `q' undeclared (first use in this function)
162620_0_10428.c:45: error: `s' undeclared (first use in this function)
162620_0_10428.c:49: error: request for member `last' in something not a structure or union
162620_0_10428.c:61: error: request for member `last' in something not a structure or union
162620_0_10428.c: In function `join':
162620_0_10428.c:78: error: `passenger' undeclared (first use in this function)
162620_0_10428.c:78: error: `che1' undeclared (first use in this function)
162620_0_10428.c:78: error: `che2' undeclared (first use in this function)
162620_0_10428.c:78: error: `q' undeclared (first use in this function)
162620_0_10428.c:82: error: request for member `last' in something not a structure or union
162620_0_10428.c:83: error: request for member `last' in something not a structure or union
162620_0_10428.c:89: error: request for member `last' in something not a structure or union
162620_0_10428.c:92: error: request for member `last' in something not a structure or union
162620_0_10428.c: In function `main':
162620_0_10428.c:99: error: `passenger' undeclared (first use in this function)
162620_0_10428.c:99: error: `p' undeclared (first use in this function)
162620_0_10428.c:99: error: `q' undeclared (first use in this function)
162620_0_10428.c:104: error: request for member `num' in something not a structure or union
162620_0_10428.c:107: error: syntax error before ')' token
162620_0_10428.c:110: error: request for member `last' in something not a structure or union
162620_0_10428.c:111: error: 'for' loop initial declaration used outside C99 mode
162620_0_10428.c:114: error: syntax error before ')' token
|