linux 程序动态调用.so文件中的函数

相关接口:web #include <dlfcn.h> void *dlopen(const char *filename, int flag); char *dlerror(void); void *dlsym(void *handle, const char *symbol); int dlclose(void *handle); eg: dlapi.capi /* [root@loc
相关文章
相关标签/搜索