#include <stdio.h>
#include "test.c" //引用test.c文件
extern void printLine()
{
printf("**************\n");
}
int main()
say(); 然后这个也报错!!
return 0;
onemoo
相关分类