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