Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_ftell
Function
FCEU_ftell
src/file.cpp:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
uint64 FCEU_ftell(FCEUFILE *fp)
419
{
420
return fp->stream->ftell();
421
}
422
423
int FCEU_read16le(uint16 *val, FCEUFILE *fp)
424
{
Callers
2
FCEU_fopen
Function · 0.85
FCEU_fseek
Function · 0.85
Calls
1
ftell
Method · 0.45
Tested by
no test coverage detected