MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / void (luaL_register)

Function void (luaL_register)

other_src/lua/src/lauxlib.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254LUALIB_API void (luaL_register) (lua_State *L, const char *libname,
255 const luaL_Reg *l) {
256 luaI_openlib(L, libname, l, 0);
257}
258
259
260static int libsize (const luaL_Reg *l) {

Callers

nothing calls this directly

Calls 1

luaI_openlibFunction · 0.70

Tested by

no test coverage detected