LINUX下动态连接库dlopen dlsym dlclose函数使用说明

编译时候要加入 -ldl (指定dl库) dlopen服务器 基本定义函数 功能:打开一个动态连接库  [喝小酒的网摘]http://blog.const.net.cn/a/17154.htm 包含头文件:  #include <dlfcn.h>  函数定义:  void * dlopen( const char * pathname, int mode );  函数描述:  在dlopen的()
相关文章
相关标签/搜索