Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
static void ll_unloadlib (void *lib) {
130
dlclose(lib);
131
}
132
133
134
static void *ll_load (lua_State *L, const char *path, int seeglb) {
Callers
1
gctm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected