2024年8月3日
摘要: // mylib.h #ifndef _MYLIB_H_ #define _MYLIB_H_ #include <stdio.h> void print();#endif // _MYLIB_H_ // mylib.c #include "mylib.h" void print() { printf 阅读全文
posted @ 2024-08-03 04:46 TN-mo 阅读(24) 评论(0) 推荐(0)