摘要: 动态库编译 新建一个hello.c和hello.h,待会会将它编译成动态库 #include <stdio.h> void hello (void) { printf("this is hello\r\n"); } #ifndef __HELLO_H #define __HELLO_H void h 阅读全文
posted @ 2021-03-06 13:08 kmpro 阅读(697) 评论(0) 推荐(0)