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

Function io_flush

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

Source from the content-addressed store, hash-verified

365}
366
367int io_flush(IOHANDLE io)
368{
369 fflush((FILE*)io);
370 return 0;
371}
372
373void *thread_create(void (*threadfunc)(void *), void *u)
374{

Callers 2

logger_fileFunction · 0.85
JSONUpdateThreadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected