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

Function ferror

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

Source from the content-addressed store, hash-verified

411}
412
413extern "C" int ferror(FILE* _stream)
414{
415 BX_UNUSED(_stream);
416 NOT_IMPLEMENTED();
417 return -1;
418}
419
420extern "C" FILE* popen(const char* _command, const char* _type)
421{

Callers 15

io_file_readFunction · 0.85
io_file_iterFunction · 0.85
luaL_loadfilexFunction · 0.85
mainFunction · 0.85
luaL_loadfileFunction · 0.85
g_readFunction · 0.85
io_readlineFunction · 0.85
isErrorFunction · 0.85
stbi__stdio_eofFunction · 0.85
mixerProcMethod · 0.85
resetMethod · 0.85
readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected