| 227 | |
| 228 | |
| 229 | LUALIB_API void (luaL_register) (lua_State *L, const char *libname, |
| 230 | const luaL_Reg *l) { |
| 231 | luaI_openlib(L, libname, l, 0); |
| 232 | } |
| 233 | |
| 234 | |
| 235 | static int libsize (const luaL_Reg *l) { |
nothing calls this directly
no test coverage detected