Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ io_stdin
Function
io_stdin
server/src/system.c:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
#endif
54
55
IOHANDLE io_stdin() { return (IOHANDLE)stdin; }
56
IOHANDLE io_stdout() { return (IOHANDLE)stdout; }
57
IOHANDLE io_stderr() { return (IOHANDLE)stderr; }
58
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected