|
发表于 2024-10-9 16:51:37
|
显示全部楼层
test2.c: In function ‘main’:
test2.c:191:19: error: ‘zxsq’ undeclared (first use in this function)
char path[zxsq-anti-bbcode-MAX] = ".";
^~~~
test2.c:191:19: note: each undeclared identifier is reported only once for each function it appears in
test2.c:191:24: error: ‘anti’ undeclared (first use in this function); did you mean ‘atoi’?
char path[zxsq-anti-bbcode-MAX] = ".";
^~~~
atoi
test2.c:191:29: error: ‘bbcode’ undeclared (first use in this function); did you mean ‘isCode’?
char path[zxsq-anti-bbcode-MAX] = ".";
^~~~~~
isCode
为啥我运行出来这么多错误 |
|