#include <stdio.h>#include "test.c" //引用test.c文件extern void printLine() //这里定义的方法对吗?{ printf("**************\n"); }int main(){ say(); return 0;}
尖括号和引号的引用方式不同,具体你可以去CSDN看一下他们的区别