MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / luaopen_os

Function luaopen_os

lua/src/loslib.c:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426LUAMOD_API int luaopen_os (lua_State *L) {
427 luaL_newlib(L, syslib);
428 return 1;
429}
430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected