MCPcopy 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
12831static void ll_unloadlib (void *lib) {
12832dlclose(lib);
12833}
12834
12835
12836static void *ll_load (lua_State *L, const char *path) {

Callers 1

gctmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected