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

Function fprintf

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

Source from the content-addressed store, hash-verified

314};
315
316extern "C" int fprintf(FILE* _stream, const char* _format, ...)
317{
318 BX_UNUSED(_stream, _format);
319 return -1;
320}
321
322extern "C" int vfprintf(FILE* _stream, const char* _format, va_list _argList)
323{

Callers 15

lj_assert_failFunction · 0.85
perftools_addtraceFunction · 0.85
emit_asm_bytesFunction · 0.85
emit_asm_relocFunction · 0.85
emit_asm_reloc_textFunction · 0.85
emit_asm_wordsFunction · 0.85
emit_asm_wordrelocFunction · 0.85
emit_asm_labelFunction · 0.85
emit_asm_alignFunction · 0.85
emit_asmFunction · 0.85
printhashFunction · 0.85
makehashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected