0_0_8327914_28082.cpp:9: error: expected `,' or `...' before numeric constant
0_0_8327914_28082.cpp: In function `void mul(int*, int)':
0_0_8327914_28082.cpp:12: error: expected `;' before ')' token
0_0_8327914_28082.cpp:14: error: `b' undeclared (first use this function)
0_0_8327914_28082.cpp:14: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8327914_28082.cpp: At global scope:
0_0_8327914_28082.cpp:19: error: expected `,' or `...' before numeric constant
0_0_8327914_28082.cpp: In function `void divide(int*, int)':
0_0_8327914_28082.cpp:22: error: expected `;' before ')' token
0_0_8327914_28082.cpp:25: error: `b' undeclared (first use this function)
0_0_8327914_28082.cpp: In function `int main()':
0_0_8327914_28082.cpp:10: error: too many arguments to function `void mul(int*, int)'
0_0_8327914_28082.cpp:36: error: at this point in file
0_0_8327914_28082.cpp:20: error: too many arguments to function `void divide(int*, int)'
0_0_8327914_28082.cpp:37: error: at this point in file
|