求大佬指點為啥出錯
#include <stdio.h>
//#include "test.c"?? //引用test.c文件
extern static void printLine()???? //這里定義的方法對嗎?
{
?? printf("**************\n");??
}
int main()
{
??? say();
??? return 0;
}
#include <stdio.h>
//#include "test.c"?? //引用test.c文件
extern static void printLine()???? //這里定義的方法對嗎?
{
?? printf("**************\n");??
}
int main()
{
??? say();
??? return 0;
}
2018-10-16
舉報
2018-10-17
多了一個static