MCPcopy Create free account
hub / github.com/PlutoLang/Pluto / lsys_unloadlib

Function lsys_unloadlib

src/loadlib.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108static void lsys_unloadlib (void *lib) {
109 dlclose(lib);
110}
111
112
113static void *lsys_load (lua_State *L, const char *path, int seeglb) {

Callers 1

freelibFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected