MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / ll_sym

Function ll_sym

third-party/lua-5.2.4/src/loadlib.c:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
142 lua_CFunction f = (lua_CFunction)dlsym(lib, sym);
143 if (f == NULL) lua_pushstring(L, dlerror());
144 return f;
145}
146
147/* }====================================================== */
148

Callers 1

ll_loadfuncFunction · 0.70

Calls 2

lua_pushstringFunction · 0.70
pusherrorFunction · 0.70

Tested by

no test coverage detected