Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
long int io_tell(IOHANDLE io)
334
{
335
return ftell((FILE*)io);
336
}
337
338
long int io_length(IOHANDLE io)
339
{
Callers
1
io_length
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected