MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / ll_unloadlib

Function ll_unloadlib

third-party/lua-5.2.4/src/loadlib.c:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127#include <dlfcn.h>
128
129static void ll_unloadlib (void *lib) {
130 dlclose(lib);
131}
132
133
134static void *ll_load (lua_State *L, const char *path, int seeglb) {

Callers 1

gctmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected