运行错误,需要讲解缺少什么

来源:5-13 内部函数与外部函数

qq_慕仰3209192

2019-08-22 09:03

#include <stdio.h>

#include "test.c"   //引用test.c文件

extern void printLine()     //这里定义的方法对吗?

{

   printf("**************\n");   

}

int main()

{

    say();

    return 0;

}


写回答 关注

2回答

  • 慕瓜汁
    2019-11-27 21:10:11

    同懵,到底是为什么?

  • 小小疾飞
    2019-08-22 10:16:14

    #include "test.c"   //引用test.c文件   这行注释掉

    Zoe233...

    为什么+1

    2019-09-25 07:23:08

    共 4 条回复 >

C语言入门

C语言入门视频教程,带你进入编程世界的必修课-C语言

926020 学习 · 20793 问题

查看课程

相似问题