0_0_7248678_9618.c:6: error: syntax error before "init1"
0_0_7248678_9618.c: In function `Init':
0_0_7248678_9618.c:10: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:10: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:10: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:11: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:12: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:12: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:13: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c:13: error: request for member `a' in something not a structure or union
0_0_7248678_9618.c: At top level:
0_0_7248678_9618.c:16: error: syntax error before "add1"
0_0_7248678_9618.c:16: error: syntax error before "mat1"
0_0_7248678_9618.c: In function `add1':
0_0_7248678_9618.c:19: error: `Mat' undeclared (first use in this function)
0_0_7248678_9618.c:19: error: (Each undeclared identifier is reported only once
0_0_7248678_9618.c:19: error: for each function it appears in.)
0_0_7248678_9618.c:19: error: syntax error before "c"
0_0_7248678_9618.c:22: error: `c' undeclared (first use in this function)
0_0_7248678_9618.c:22: error: `mat1' undeclared (first use in this function)
0_0_7248678_9618.c:22: error: `mat2' undeclared (first use in this function)
0_0_7248678_9618.c: At top level:
0_0_7248678_9618.c:25: error: syntax error before "mul"
0_0_7248678_9618.c:25: error: syntax error before "mat1"
0_0_7248678_9618.c: In function `mul':
0_0_7248678_9618.c:28: error: `Mat' undeclared (first use in this function)
0_0_7248678_9618.c:28: error: syntax error before "c"
0_0_7248678_9618.c:32: error: `c' undeclared (first use in this function)
0_0_7248678_9618.c:34: error: `mat1' undeclared (first use in this function)
0_0_7248678_9618.c:34: error: `mat2' undeclared (first use in this function)
0_0_7248678_9618.c: At top level:
0_0_7248678_9618.c:38: error: syntax error before "Pow"
0_0_7248678_9618.c:38: error: syntax error before "mat"
0_0_7248678_9618.c: In function `Pow':
0_0_7248678_9618.c:40: error: `Mat' undeclared (first use in this function)
0_0_7248678_9618.c:40: error: syntax error before "r1"
0_0_7248678_9618.c:41: error: `k' undeclared (first use in this function)
0_0_7248678_9618.c:43: error: `r2' undeclared (first use in this function)
0_0_7248678_9618.c:43: error: `r1' undeclared (first use in this function)
0_0_7248678_9618.c: At top level:
0_0_7248678_9618.c:49: error: syntax error before "sum"
0_0_7248678_9618.c:49: error: syntax error before "mat"
0_0_7248678_9618.c: In function `sum':
0_0_7248678_9618.c:51: error: `Mat' undeclared (first use in this function)
0_0_7248678_9618.c:51: error: syntax error before "e"
0_0_7248678_9618.c:52: error: `n' undeclared (first use in this function)
0_0_7248678_9618.c:54: error: `e' undeclared (first use in this function)
0_0_7248678_9618.c:58: error: `mat' undeclared (first use in this function)
0_0_7248678_9618.c:59: error: syntax error before "res"
0_0_7248678_9618.c:60: error: `res' undeclared (first use in this function)
0_0_7248678_9618.c: In function `main':
0_0_7248678_9618.c:67: error: `Mat' undeclared (first use in this function)
0_0_7248678_9618.c:67: error: syntax error before "matb"
0_0_7248678_9618.c:72: error: `matb' undeclared (first use in this function)
0_0_7248678_9618.c:73: error: `matk' undeclared (first use in this function)
0_0_7248678_9618.c:74: error: `res' undeclared (first use in this function)
|