這個(gè)怎么錯(cuò)了
#include <stdio.h>
#include "test.c"? ?//引用test.c文件
extern void printLine()? ? ?//這里定義的方法對(duì)嗎?
{
? ?printf("**************\n");? ?
}
int main()
{
? ? say();
? ? return 0;
}
#include <stdio.h>
#include "test.c"? ?//引用test.c文件
extern void printLine()? ? ?//這里定義的方法對(duì)嗎?
{
? ?printf("**************\n");? ?
}
int main()
{
? ? say();
? ? return 0;
}
2020-12-23
舉報(bào)
2021-01-03
在hello.c里面
在test.c里面
2020-12-28
感覺是網(wǎng)站的問題