Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ io_output
Function
io_output
lib/lua/src/liolib.c:343–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
342
343
static int io_output (lua_State *L) {
344
return g_iofile(L, IO_OUTPUT,
"w"
);
345
}
346
347
348
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