- dlclose
int dlclose(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlerror
CCPTR dlerror()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlopen
void* dlopen(CCPTR file, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- dlsym
void* dlsym(void* handle, CCPTR name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.