Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ io_input
Function
io_input
3rd/lua-5.4.3/src/liolib.c:335–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
334
335
static int io_input (lua_State *L) {
336
return g_iofile(L, IO_INPUT,
"r"
);
337
}
338
339
340
static int io_output (lua_State *L) {
Callers
nothing calls this directly
Calls
1
g_iofile
Function · 0.85
Tested by
no test coverage detected