Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
433
int FCEU_fgetc(FCEUFILE *fp)
434
{
435
return fp->stream->fgetc();
436
}
437
438
uint64 FCEU_fgetsize(FCEUFILE *fp)
439
{
Callers
6
DoMirroring
Function · 0.85
NAME
Function · 0.85
DINF
Function · 0.85
CTRL
Function · 0.85
TVCI
Function · 0.85
EnableBattery
Function · 0.85
Calls
1
fgetc
Method · 0.45
Tested by
no test coverage detected