MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / libsize

Function libsize

other_src/lua/src/lauxlib.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259
260static int libsize (const luaL_Reg *l) {
261 int size = 0;
262 for (; l->name; l++) size++;
263 return size;
264}
265
266
267LUALIB_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