gcc编译静态库和动态库

http://www.cnblogs.com/woainilsr/archive/2013/07/10/3182891.htmlhtml 今天要用到静态库和动态库,因而写了几个例子来巩固一下基础。 hello1.c ———————————————————— #include <stdio.h> void print1(int i) { int j; for(j=0;j<i;j++) { print
相关文章
相关标签/搜索