dlopen、dlsym、dlclose学习总结

1.介绍函数   在dlfcn.h头文件中,包含了dlopen,dlerror,dlsym,dlclose函数。函数原型以下:学习 #include <dlfcn.h>         //打开指定的动态库,返回的是该动态库的handle,在dlsym,dlclose中将继续使用。        void *dlopen(const char *filename, int flag);      
相关文章
相关标签/搜索