MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lsys_sym

Function lsys_sym

extlibs/lua/src/loadlib.c:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) {
134 lua_CFunction f = cast_func(dlsym(lib, sym));
135 if (f == NULL) lua_pushstring(L, dlerror());
136 return f;
137}
138
139/* }====================================================== */
140

Callers 1

lookforfuncFunction · 0.85

Calls 2

lua_pushstringFunction · 0.85
pusherrorFunction · 0.85

Tested by

no test coverage detected