MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Soloud_Filehack_fgetc

Function Soloud_Filehack_fgetc

extlibs/soloud/src/core/soloud_file.cpp:249–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247extern "C"
248{
249 int Soloud_Filehack_fgetc(Soloud_Filehack *f)
250 {
251 SoLoud::File *fp = (SoLoud::File *)f;
252 if (fp->eof())
253 return EOF;
254 return fp->read8();
255 }
256
257 int Soloud_Filehack_fread(void *dst, int s, int c, Soloud_Filehack *f)
258 {

Callers

nothing calls this directly

Calls 2

eofMethod · 0.80
read8Method · 0.80

Tested by

no test coverage detected