摘要: http://www.cnitblog.com/zouzheng/archive/2007/08/31/32691.aspx先看下简单的初始代码:注意其编译运行后的结果。root@xuanfei-desktop:~/cpropram/2# cat global.h //头文件#ifndef CLOBAL_H #define GLOBAL_H #include <stdio.h> int funca(void); int funcb(void);#endifroot@xuanfei-desktop:~/cpropram/2# cat funca.c //函数a#include &qu 阅读全文
posted @ 2013-03-12 10:42 ITtecman 阅读(294) 评论(0) 推荐(0) 编辑