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

Function io_skip

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

Source from the content-addressed store, hash-verified

303}
304
305unsigned io_skip(IOHANDLE io, int size)
306{
307 fseek((FILE*)io, size, SEEK_CUR);
308 return size;
309}
310
311int io_seek(IOHANDLE io, int offset, int origin)
312{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected