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

Function io_read

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

Source from the content-addressed store, hash-verified

298}
299
300unsigned io_read(IOHANDLE io, void *buffer, unsigned size)
301{
302 return fread(buffer, 1, size, (FILE*)io);
303}
304
305unsigned io_skip(IOHANDLE io, int size)
306{

Callers 1

ReadConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected