Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ dlerror
Function
dlerror
Suscan/Plugin.cpp:103–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
const char *
104
dlerror()
105
{
106
const char *error = g_dlfcn_state.last_error;
107
108
g_dlfcn_state.last_error = nullptr;
109
110
return error;
111
}
112
113
#else
114
# include <dlfcn.h>
Callers
1
make
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected