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

Function sscanf

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

Source from the content-addressed store, hash-verified

326}
327
328extern "C" int sscanf(const char* _str, const char* _format, ...)
329{
330 BX_UNUSED(_str, _format);
331 return -1;
332}
333
334extern "C" int fscanf(FILE* _stream, const char* _format, ...)
335{

Callers 9

compileFunction · 0.85
compileFunction · 0.85
compileFunction · 0.85
compileFunction · 0.85
CreateFromTetGenDataMethod · 0.85
MakeSpeakerMapFunction · 0.85
GetLoadedHrtfFunction · 0.85
LoadConfigFromFileFunction · 0.85
try_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected