| 252 | |
| 253 | |
| 254 | LUALIB_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 | |
| 260 | static int libsize (const luaL_Reg *l) { |
nothing calls this directly
no test coverage detected