| 275 | |
| 276 | |
| 277 | LUALIB_API void (luaL_register) (lua_State *L, const char *libname, |
| 278 | const luaL_Reg *l) { |
| 279 | luaI_openlib(L, libname, l, 0); |
| 280 | } |
| 281 | |
| 282 | |
| 283 | static int libsize (const luaL_Reg *l) { |
nothing calls this directly
no test coverage detected