MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / dlerror

Function dlerror

lite/src/misc.h:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230static inline char* dlerror() {
231 const char* errmsg = "dlerror not aviable in windows";
232 return const_cast<char*>(errmsg);
233}
234
235static inline void* dlsym(void* handle, const char* name) {
236 FARPROC symbol = GetProcAddress((HMODULE)handle, name);

Callers 2

set_loader_lib_pathMethod · 0.70
load_libMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected