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

Function fopen

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

Source from the content-addressed store, hash-verified

346FILE * stdout;
347
348extern "C" FILE* fopen(const char* _filename, const char* _mode)
349{
350 BX_UNUSED(_filename, _mode);
351 bx::debugPrintf("fopen(\"%s\", \"%s\");\n", _filename, _mode);
352// NOT_IMPLEMENTED();
353 return NULL;
354}
355
356extern "C" int fclose(FILE* _stream)
357{

Callers 15

io_file_openFunction · 0.85
lib_io.cFile · 0.85
clib_resolve_ldsFunction · 0.85
luaL_loadfilexFunction · 0.85
readableFunction · 0.85
perftools_addtraceFunction · 0.85
emit_foldFunction · 0.85
emit_libFunction · 0.85
mainFunction · 0.85
luaL_loadfileFunction · 0.85
io_openFunction · 0.85
g_iofileFunction · 0.85

Calls 1

debugPrintfFunction · 0.85

Tested by

no test coverage detected