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

Function vfprintf

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

Source from the content-addressed store, hash-verified

320}
321
322extern "C" int vfprintf(FILE* _stream, const char* _format, va_list _argList)
323{
324 BX_UNUSED(_stream, _format, _argList);
325 return -1;
326}
327
328extern "C" int sscanf(const char* _str, const char* _format, ...)
329{

Callers 3

lj_assert_failFunction · 0.85
own_errorFunction · 0.85
al_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected