MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEU_fgetc

Function FCEU_fgetc

src/file.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433int FCEU_fgetc(FCEUFILE *fp)
434{
435 return fp->stream->fgetc();
436}
437
438uint64 FCEU_fgetsize(FCEUFILE *fp)
439{

Callers 6

DoMirroringFunction · 0.85
NAMEFunction · 0.85
DINFFunction · 0.85
CTRLFunction · 0.85
TVCIFunction · 0.85
EnableBatteryFunction · 0.85

Calls 1

fgetcMethod · 0.45

Tested by

no test coverage detected