MCPcopy 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
103const char *
104dlerror()
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

makeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected