Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ ll_unloadlib
Function
ll_unloadlib
other_src/lua/src/loadlib.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
#include <assert.h> /* for the dlsym pointer problem */
64
65
static void ll_unloadlib (void *lib) {
66
dlclose(lib);
67
}
68
69
70
static void *ll_load (lua_State *L, const char *path) {
Callers
1
gctm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected