慕的地7003562
2018-11-28 19:28
#include<stdio.h> #include"test.c" extern void printLine() { printf("***************\n"); } int say() { printLine(); printf("I love imooc\n"); printf("good good study!\n"); printf("day day day!\n"); pribtLine(); } int main() { say(); return 0; }
你确定?你13行没有错?
第二行代码注释掉可以在dev-c++上运行
C语言入门
926021 学习 · 20793 问题
相似问题