码迷,mamicode.com
首页 > 系统相关 > 详细

linux动态库

时间:2018-08-13 14:55:06      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:find   -name   接口   编写   动态库   code   color   UNC   div   

1、编写动态库函数接口

gcc -fPIC -shared -o libfunction.so  funtion.c

2、写头文件

3、测试

gcc test.c -L. -lfuntion -o runtest

4、运行

LD_LIBRARY_PATH=.  ./runtest

 

 

查找 /home目录下txt结尾的文件

find /home -name  "*.txt"

 

linux动态库

标签:find   -name   接口   编写   动态库   code   color   UNC   div   

原文地址:https://www.cnblogs.com/crazybird123/p/9467874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!