MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / void (luaL_register)

Function void (luaL_register)

Source/Misc/lua/src/lua.c:10441–10444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10439
10440
10441LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
10442const luaL_Reg *l) {
10443luaI_openlib(L, libname, l, 0);
10444}
10445
10446
10447static int libsize (const luaL_Reg *l) {

Callers

nothing calls this directly

Calls 1

luaI_openlibFunction · 0.85

Tested by

no test coverage detected