MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / ll_sym

Function ll_sym

Source/Misc/lua/src/lua.c:12843–12847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12841
12842
12843static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) {
12844lua_CFunction f = (lua_CFunction)dlsym(lib, sym);
12845if (f == NULL) lua_pushstring(L, dlerror());
12846return f;
12847}
12848
12849/* }====================================================== */
12850

Callers 1

ll_loadfuncFunction · 0.85

Calls 3

lua_pushstringFunction · 0.85
pusherrorFunction · 0.85
lua_pushfstringFunction · 0.85

Tested by

no test coverage detected