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

Function FCEU_fgetsize

src/file.cpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438uint64 FCEU_fgetsize(FCEUFILE *fp)
439{
440 return fp->size;
441}
442
443int FCEU_fisarchive(FCEUFILE *fp)
444{

Callers 2

SubLoadFunction · 0.85
NSFLoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected