0_0_1522057_1286.c:11: error: syntax error before "mul1"
0_0_1522057_1286.c:11: error: syntax error before "a"
0_0_1522057_1286.c: In function `mul1':
0_0_1522057_1286.c:14: error: `mat1' undeclared (first use in this function)
0_0_1522057_1286.c:14: error: (Each undeclared identifier is reported only once
0_0_1522057_1286.c:14: error: for each function it appears in.)
0_0_1522057_1286.c:14: error: syntax error before "c"
0_0_1522057_1286.c:19: error: `c' undeclared (first use in this function)
0_0_1522057_1286.c:22: error: `a' undeclared (first use in this function)
0_0_1522057_1286.c:22: error: request for member `m' in something not a structure or union
0_0_1522057_1286.c: At top level:
0_0_1522057_1286.c:30: error: syntax error before "mul2"
0_0_1522057_1286.c:30: error: syntax error before "a"
0_0_1522057_1286.c: In function `mul2':
0_0_1522057_1286.c:33: error: `mat2' undeclared (first use in this function)
0_0_1522057_1286.c:33: error: syntax error before "c"
0_0_1522057_1286.c:38: error: `c' undeclared (first use in this function)
0_0_1522057_1286.c:41: error: `a' undeclared (first use in this function)
0_0_1522057_1286.c:41: error: request for member `m' in something not a structure or union
0_0_1522057_1286.c: At top level:
0_0_1522057_1286.c:49: error: syntax error before "cal"
0_0_1522057_1286.c: In function `cal':
0_0_1522057_1286.c:51: error: `mat1' undeclared (first use in this function)
0_0_1522057_1286.c:51: error: syntax error before "q"
0_0_1522057_1286.c:59: error: `p' undeclared (first use in this function)
0_0_1522057_1286.c:63: error: `q' undeclared (first use in this function)
0_0_1522057_1286.c: In function `main':
0_0_1522057_1286.c:88: error: `mat1' undeclared (first use in this function)
0_0_1522057_1286.c:88: error: syntax error before "b1"
0_0_1522057_1286.c:90: error: `mat2' undeclared (first use in this function)
0_0_1522057_1286.c:95: error: `p' undeclared (first use in this function)
0_0_1522057_1286.c:96: error: `q' undeclared (first use in this function)
0_0_1522057_1286.c:104: error: `k1' undeclared (first use in this function)
0_0_1522057_1286.c:122: error: syntax error before "s"
0_0_1522057_1286.c:123: error: `s' undeclared (first use in this function)
0_0_1522057_1286.c:127: error: syntax error before "ans"
0_0_1522057_1286.c:128: error: `ans' undeclared (first use in this function)
|