MCPcopy 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
411int FCEU_fseek(FCEUFILE *fp, long offset, int whence)
412{
413 fp->stream->fseek(offset,whence);
414
415 return FCEU_ftell(fp);
416}
417
418uint64 FCEU_ftell(FCEUFILE *fp)
419{

Callers 8

FCEUXLoadFunction · 0.85
SubLoadFunction · 0.85
NSFLoadFunction · 0.85
FCEU_fopenFunction · 0.85
LoadUNIFChunksFunction · 0.85
UNIFLoadFunction · 0.85
SaveINESFileFunction · 0.85
SaveINESFileMethod · 0.85

Calls 2

FCEU_ftellFunction · 0.85
fseekMethod · 0.45

Tested by

no test coverage detected