Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_fseek
Function
FCEU_fseek
src/file.cpp:411–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
int FCEU_fseek(FCEUFILE *fp, long offset, int whence)
412
{
413
fp->stream->fseek(offset,whence);
414
415
return FCEU_ftell(fp);
416
}
417
418
uint64 FCEU_ftell(FCEUFILE *fp)
419
{
Callers
8
FCEUXLoad
Function · 0.85
SubLoad
Function · 0.85
NSFLoad
Function · 0.85
FCEU_fopen
Function · 0.85
LoadUNIFChunks
Function · 0.85
UNIFLoad
Function · 0.85
SaveINESFile
Function · 0.85
SaveINESFile
Method · 0.85
Calls
2
FCEU_ftell
Function · 0.85
fseek
Method · 0.45
Tested by
no test coverage detected