0_0_2071887_30300.c:9: error: syntax error before "a"
0_0_2071887_30300.c: In function `mul':
0_0_2071887_30300.c:14: error: `c' undeclared (first use in this function)
0_0_2071887_30300.c:14: error: (Each undeclared identifier is reported only once
0_0_2071887_30300.c:14: error: for each function it appears in.)
0_0_2071887_30300.c:16: error: `a' undeclared (first use in this function)
0_0_2071887_30300.c:16: error: `b' undeclared (first use in this function)
0_0_2071887_30300.c: At top level:
0_0_2071887_30300.c:22: error: syntax error before '&' token
0_0_2071887_30300.c: In function `bisection':
0_0_2071887_30300.c:24: error: `m' undeclared (first use in this function)
0_0_2071887_30300.c:25: error: `c' undeclared (first use in this function)
0_0_2071887_30300.c:25: error: `a' undeclared (first use in this function)
0_0_2071887_30300.c: In function `main':
0_0_2071887_30300.c:37: error: `mat' undeclared (first use in this function)
0_0_2071887_30300.c:37: error: syntax error before "a"
0_0_2071887_30300.c:50: error: `a' undeclared (first use in this function)
0_0_2071887_30300.c:66: error: `c' undeclared (first use in this function)
|