#include <dlfcn.h>
char *dlerror(void);
The dlerror() function
returns a null-terminated character string (with no trailing
newline) that describes the last error that occurred during
dynamic linking processing. If no dynamic linking errors have
occurred since the last invocation of dlerror(),
dlerror() returns NULL.
Thus, invoking dlerror() a second time,
immediately following a prior invocation, results in NULL
being returned.
None.
dlerror() returns a null-terminated character string
describing the last error that occurred during a dlopen(),
dlsym(), or dlclose().
If no such error has occurred, then dlerror returns NULL.
UNIX 98.
MT-Safe.
None.
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
- Functions:
- dlclose(), dlopen(), dlsym()
MKS Toolkit 9.2 Documentation Build 16.