慕斯5381178
2018-10-16 21:54
#include <stdio.h>
//#include "test.c" //引用test.c文件
extern static void printLine() //这里定义的方法对吗?
{
printf("**************\n");
}
int main()
{
say();
return 0;
}
多了一个static
C语言入门
926020 学习 · 20793 问题
相似问题