问答详情
源自:5-13 内部函数与外部函数

求大神指教

为什么有两行***********

提问者:慕的地856244 2019-04-01 20:18

个回答

  • weixin_慕丝5425203
    2019-04-01 20:50:40

    因为text.c文件

    #include <stdio.h>

    void say(){

        printLine();

        printf("I love imooc\n");

        printf("good good study!\n");

        printf("day day up!\n");

        printLine();

    }

    里面有两行    printLine();