dlerror (3) Linux Manual Page
NAME dlerror – obtain error diagnostic for functions in the dlopen API SYNOPSIS #include <dlfcn.h> char *dlerror(void); Link with -ldl. DESCRIPTION The dlerror() function returns a human-readable, null-terminated string describing the most recent error that occurred from a call to one of the functions in the dlopen API since the last call to dlerror(). The…
