#include <stdio.h>#include "test.c" //引用test.c文件extern void printLine() { printf("**************\n"); }int main(){ say(); 然后这个也报错!! return 0;}
1 回答
onemoo
TA贡献883条经验 获得超454个赞
恩,别研究这道题了,这题目根本就出错了!! 错在根本就不应该 include test.c
具体原因请参考我在老问答区中的回答: http://www.imooc.com/qadetail/105343
- 1 回答
- 0 关注
- 1401 浏览
添加回答
举报
0/150
提交
取消