MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / io_output

Function io_output

Source/Misc/lua/src/lua.c:12140–12142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12138
12139
12140static int io_output (lua_State *L) {
12141return g_iofile(L, IO_OUTPUT, "w");
12142}
12143
12144
12145static int io_readline (lua_State *L);

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.85

Tested by

no test coverage detected