C语言多文件程.docVIP

  • 5
  • 0
  • 约3.04万字
  • 约 10页
  • 2016-12-15 发布于河南
  • 举报
HYPERLINK /shimachao/article/details/7317472C语言多文件编程 ?? ? ?? 现在先写一个简单的程序。学过C语言的你都能看懂。 在DEV-C++下编辑下面的程序: [cpp] HYPERLINK /shimachao/article/details/7317472 \o view plain view plain HYPERLINK /shimachao/article/details/7317472 \o copy copy HYPERLINK /shimachao/article/details/7317472 \o print print HYPERLINK /shimachao/article/details/7317472 \o ? ? #includestdio.h ?? #includestdlib.h ?? void?func1();?????//函数声明 ?? void?func2();?????//函数声明 ?? void?func3();?????//函数声明 ?? int?main()?? {?? ????printf(hello?world!\n);?? ????func1();?? ????func2();?? ????func3();??? ????system(pause);?? ????return?

文档评论(0)

1亿VIP精品文档

相关文档