MCPcopy Create free account
hub / github.com/DFHack/dfhack / io_input

Function io_input

depends/lua/src/liolib.c:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321
322static int io_input (lua_State *L) {
323 return g_iofile(L, IO_INPUT, "r");
324}
325
326
327static int io_output (lua_State *L) {

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.85

Tested by

no test coverage detected