MCPcopy Create free account
hub / github.com/crownengine/crown / feof

Function feof

3rdparty/bx/src/crtnone.cpp:406–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406extern "C" int feof(FILE* _stream)
407{
408 BX_UNUSED(_stream);
409 NOT_IMPLEMENTED();
410 return -1;
411}
412
413extern "C" int ferror(FILE* _stream)
414{

Callers 8

reader_fileFunction · 0.85
getFFunction · 0.85
stbi__stdio_eofFunction · 0.85
readMethod · 0.85
readMethod · 0.85
getFFunction · 0.85
readMethod · 0.85
end_of_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected