0_0_2216277_20975.c:2: error: syntax error before "mstack"
0_0_2216277_20975.c:3: error: syntax error before '{' token
0_0_2216277_20975.c:8: error: syntax error before ':' token
0_0_2216277_20975.c:15: error: syntax error before '}' token
0_0_2216277_20975.c: In function `push':
0_0_2216277_20975.c:19: error: `arr' undeclared (first use in this function)
0_0_2216277_20975.c:19: error: (Each undeclared identifier is reported only once
0_0_2216277_20975.c:19: error: for each function it appears in.)
0_0_2216277_20975.c:20: error: `yn' undeclared (first use in this function)
0_0_2216277_20975.c: In function `pop':
0_0_2216277_20975.c:30: error: `yn' undeclared (first use in this function)
0_0_2216277_20975.c: At top level:
0_0_2216277_20975.c:34: error: syntax error before "empty"
0_0_2216277_20975.c: In function `top':
0_0_2216277_20975.c:44: error: `arr' undeclared (first use in this function)
0_0_2216277_20975.c: At top level:
0_0_2216277_20975.c:47: error: syntax error before '}' token
0_0_2216277_20975.c: In function `main':
0_0_2216277_20975.c:53: error: `mstack' undeclared (first use in this function)
0_0_2216277_20975.c:53: error: syntax error before "s"
0_0_2216277_20975.c:58: error: `s' undeclared (first use in this function)
|