智慧 + 毅力 = 无所不能

正确性、健壮性、可靠性、效率、易用性、可读性、可复用性、兼容性、可移植性...

导航

2015年1月10日

摘要: 转自:http://www.2cto.com/os/201308/238936.html在linux下制作动态库*.so。1、linux下动态库的制作//so_test.h#include "stdio.h"void test_a();void test_b();void test_c();//te... 阅读全文

posted @ 2015-01-10 11:29 Bill Yuan 阅读(1828) 评论(0) 推荐(0) 编辑