Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ ll_unloadlib
Function
ll_unloadlib
Source/Misc/lua/src/lua.c:12831–12833 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12829
#include <dlfcn.h>
12830
12831
static void ll_unloadlib (void *lib) {
12832
dlclose(lib);
12833
}
12834
12835
12836
static void *ll_load (lua_State *L, const char *path) {
Callers
1
gctm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected