MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / io_output

Function io_output

3rd/lua-5.4.3/src/liolib.c:340–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339
340static int io_output (lua_State *L) {
341 return g_iofile(L, IO_OUTPUT, "w");
342}
343
344
345static int io_readline (lua_State *L);

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.85

Tested by

no test coverage detected