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

Function io_close

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

Source from the content-addressed store, hash-verified

359}
360
361int io_close(IOHANDLE io)
362{
363 fclose((FILE*)io);
364 return 1;
365}
366
367int io_flush(IOHANDLE io)
368{

Callers 3

mem_debug_dumpFunction · 0.85
JSONUpdateThreadMethod · 0.85
ReadConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected