| 10439 | |
| 10440 | |
| 10441 | LUALIB_API void (luaL_register) (lua_State *L, const char *libname, |
| 10442 | const luaL_Reg *l) { |
| 10443 | luaI_openlib(L, libname, l, 0); |
| 10444 | } |
| 10445 | |
| 10446 | |
| 10447 | static int libsize (const luaL_Reg *l) { |
nothing calls this directly
no test coverage detected