dlfcn.h
Description:
Provides functions and structures related to linking and loading.
This file provides functions and structures for opening and closing a dynamic-link library (DLL) and searching for the specified symbols based on the DLL.
Since:
1.0
Version:
1.0
dlerror (void) |
Obtains the latest error that occurred during a DLL function execution failure. |
dlsym (void handle, const char symbol) |