0_0_3369115_19711.c:10: error: syntax error before "MatrixMultiply"
0_0_3369115_19711.c:10: error: syntax error before "x"
0_0_3369115_19711.c: In function `MatrixMultiply':
0_0_3369115_19711.c:13: error: `Mat' undeclared (first use in this function)
0_0_3369115_19711.c:13: error: (Each undeclared identifier is reported only once
0_0_3369115_19711.c:13: error: for each function it appears in.)
0_0_3369115_19711.c:13: error: syntax error before "c"
0_0_3369115_19711.c:17: error: `c' undeclared (first use in this function)
0_0_3369115_19711.c:20: error: `x' undeclared (first use in this function)
0_0_3369115_19711.c:20: error: `y' undeclared (first use in this function)
0_0_3369115_19711.c: At top level:
0_0_3369115_19711.c:27: error: syntax error before "Bin"
0_0_3369115_19711.c:27: error: syntax error before "x"
0_0_3369115_19711.c: In function `Bin':
0_0_3369115_19711.c:29: error: `n' undeclared (first use in this function)
0_0_3369115_19711.c:29: error: `x' undeclared (first use in this function)
0_0_3369115_19711.c: In function `main':
0_0_3369115_19711.c:38: error: `Mat' undeclared (first use in this function)
0_0_3369115_19711.c:38: error: syntax error before "Or"
0_0_3369115_19711.c:42: error: `Or' undeclared (first use in this function)
0_0_3369115_19711.c:50: error: `result' undeclared (first use in this function)
|