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

Function io_input

third-party/lua-5.5.0/src/liolib.c:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337static int io_input (lua_State *L) {
338 return g_iofile(L, IO_INPUT, "r");
339}
340
341
342static int io_output (lua_State *L) {

Callers

nothing calls this directly

Calls 1

g_iofileFunction · 0.70

Tested by

no test coverage detected