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

Function fclose

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

Source from the content-addressed store, hash-verified

354}
355
356extern "C" int fclose(FILE* _stream)
357{
358 BX_UNUSED(_stream);
359 bx::debugPrintf("fclose(%p);\n", _stream);
360// NOT_IMPLEMENTED();
361 return 0;
362}
363
364extern "C" size_t fread(void* _ptr, size_t _size, size_t _count, FILE* _stream)
365{

Callers 15

io_file_closeFunction · 0.85
clib_resolve_ldsFunction · 0.85
luaL_loadfilexFunction · 0.85
readableFunction · 0.85
emit_foldFunction · 0.85
emit_libFunction · 0.85
mainFunction · 0.85
luaL_loadfileFunction · 0.85
io_fcloseFunction · 0.85
~StdStreamFunction · 0.85
stbi_loadFunction · 0.85
stbi_load_16Function · 0.85

Calls 1

debugPrintfFunction · 0.85

Tested by

no test coverage detected