Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
extern
"C"
int feof(FILE* _stream)
407
{
408
BX_UNUSED(_stream);
409
NOT_IMPLEMENTED();
410
return -1;
411
}
412
413
extern
"C"
int ferror(FILE* _stream)
414
{
Callers
8
reader_file
Function · 0.85
getF
Function · 0.85
stbi__stdio_eof
Function · 0.85
read
Method · 0.85
read
Method · 0.85
getF
Function · 0.85
read
Method · 0.85
end_of_file
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected