C语言库文件的生成与使用 本文摘自网络,如有侵犯,请联系删除! 首先使用建立三个文件:hello.h,hello.c,main.c hello.h #ifndef __HELLO_H__ #define __HELLO_H__ #ifdef __cplusplus extern "C"{ #e... smallfish 7年前 (2017-07-10) 1439℃ 0喜欢