#include <stdio.h>#include "test.c" extern void printLine() //这里定义的方法对吗?{ printf("**************\n"); }int main(){ say(); return 0;}
你没有注意到你是在hello.c里面编写代码吗。。。左上角切成test.c,好好检查一下试一试
hello.c 调用函数 test.c设置静态函数