dlopen、dlsym、dlclose學習總結

1.介紹函數   在dlfcn.h頭文件中,包含了dlopen,dlerror,dlsym,dlclose函數。函數原型以下:學習 #include <dlfcn.h>         //打開指定的動態庫,返回的是該動態庫的handle,在dlsym,dlclose中將繼續使用。        void *dlopen(const char *filename, int flag);      
相關文章
相關標籤/搜索