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

Function io_write

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

Source from the content-addressed store, hash-verified

345}
346
347unsigned io_write(IOHANDLE io, const void *buffer, unsigned size)
348{
349 return fwrite(buffer, 1, size, (FILE*)io);
350}
351
352unsigned io_write_newline(IOHANDLE io)
353{

Callers 3

logger_fileFunction · 0.85
mem_debug_dumpFunction · 0.85
JSONUpdateThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected