dlfcn.h#
Macros#
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
RTLD_GLOBAL |
✅ |
||
RTLD_LAZY |
✅ |
||
RTLD_LOCAL |
✅ |
||
RTLD_NOW |
✅ |
Functions#
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
dladdr |
✅ |
||
dlclose |
✅ |
||
dlerror |
✅ |
||
dlopen |
✅ |
||
dlsym |
✅ |