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

Function io_tell

server/src/system.c:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333long int io_tell(IOHANDLE io)
334{
335 return ftell((FILE*)io);
336}
337
338long int io_length(IOHANDLE io)
339{

Callers 1

io_lengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected