Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
413
extern
"C"
int ferror(FILE* _stream)
414
{
415
BX_UNUSED(_stream);
416
NOT_IMPLEMENTED();
417
return -1;
418
}
419
420
extern
"C"
FILE* popen(const char* _command, const char* _type)
421
{
Callers
15
io_file_read
Function · 0.85
io_file_iter
Function · 0.85
luaL_loadfilex
Function · 0.85
main
Function · 0.85
luaL_loadfile
Function · 0.85
g_read
Function · 0.85
io_readline
Function · 0.85
isError
Function · 0.85
stbi__stdio_eof
Function · 0.85
mixerProc
Method · 0.85
reset
Method · 0.85
read
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected