MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / io_output

Function io_output

third-party/lua-5.3.5/src/liolib.c:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324
325static int io_output (lua_State *L) {
326 return g_iofile(L, IO_OUTPUT, "w");
327}
328
329
330static int io_readline (lua_State *L);

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.70

Tested by

no test coverage detected