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

Function libsize

third-party/lua-5.1.5/src/lauxlib.c:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235static int libsize (const luaL_Reg *l) {
236 int size = 0;
237 for (; l->name; l++) size++;
238 return size;
239}
240
241
242LUALIB_API void luaI_openlib (lua_State *L, const char *libname,

Callers 1

luaI_openlibFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected