黑马程序员技术交流社区
标题:
include的用法
[打印本页]
作者:
laotang013
时间:
2015-10-18 22:38
标题:
include的用法
/*#include的用法*/
#include <stdio.h>
#include "31abc.txt"
int main(){
//#include "31abc.txt"
// printf("hello\n");
// printf("hello\n");
// printf("hello\n");
// printf("hello\n");
add();
return 0;
}
int add(){
printf("hello---add\n");
return 0;
}
作者:
陈昭燊
时间:
2015-10-19 11:20
add()函数最好写在main函数前面
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2