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

Function io_input

Source/Misc/lua/src/lua.c:12135–12137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12133
12134
12135static int io_input (lua_State *L) {
12136return g_iofile(L, IO_INPUT, "r");
12137}
12138
12139
12140static int io_output (lua_State *L) {

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.85

Tested by

no test coverage detected