MCPcopy 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
418uint64 FCEU_ftell(FCEUFILE *fp)
419{
420 return fp->stream->ftell();
421}
422
423int FCEU_read16le(uint16 *val, FCEUFILE *fp)
424{

Callers 2

FCEU_fopenFunction · 0.85
FCEU_fseekFunction · 0.85

Calls 1

ftellMethod · 0.45

Tested by

no test coverage detected