MCPcopy Create free account
hub / github.com/cppla/ServerStatus / io_stdout

Function io_stdout

server/src/system.c:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55IOHANDLE io_stdin() { return (IOHANDLE)stdin; }
56IOHANDLE io_stdout() { return (IOHANDLE)stdout; }
57IOHANDLE io_stderr() { return (IOHANDLE)stderr; }
58
59static DBG_LOGGER loggers[16];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected