MCPcopy 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
65static void ll_unloadlib (void *lib) {
66 dlclose(lib);
67}
68
69
70static void *ll_load (lua_State *L, const char *path) {

Callers 1

gctmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected