qq_D_167
2017-11-26 19:56
#include <stdio.h>
#include "test.c" //引用test.c文件
extern void printLine() //这里定义的方法对吗?
{
printf("**************\n");
}
int main()
{
say();
return 0;
}
static void say()
你看这道题的输出样式,你还差printf("I love imooc")后面的你应该知道了
C语言入门
926021 学习 · 20793 问题
相似问题