Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12140
static int io_output (lua_State *L) {
12141
return g_iofile(L, IO_OUTPUT,
"w"
);
12142
}
12143
12144
12145
static int io_readline (lua_State *L);
Callers
nothing calls this directly
Calls
1
g_iofile
Function · 0.85
Tested by
no test coverage detected