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

Function libsize

Source/Misc/lua/src/lua.c:10447–10451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10445
10446
10447static int libsize (const luaL_Reg *l) {
10448int size = 0;
10449for (; l->name; l++) size++;
10450return size;
10451}
10452
10453
10454LUALIB_API void luaI_openlib (lua_State *L, const char *libname,

Callers 1

luaI_openlibFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected