MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lsys_unloadlib

Function lsys_unloadlib

ThirdParty/lua/lua/loadlib.c:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150static void lsys_unloadlib (void *lib) {
151 dlclose(lib);
152}
153
154
155static void *lsys_load (lua_State *L, const char *path, int seeglb) {

Callers 1

gctmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected