摘要: 假设我们有下面这样的一个程序,源代码如下: /* main.c */ #include "mytool1.h" #include "mytool2.h" int main(int argc,char **argv) { mytool1_print("hello"); mytool2_print("hello"); } /* mytool1.h */ #ifndef _MYTOOL_1_H... 阅读全文
posted @ 2008-12-05 20:56 玉米疯收 阅读(481) 评论(0) 推荐(0) 编辑