MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / TIXML_VSNPRINTF

Function TIXML_VSNPRINTF

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static inline int TIXML_VSNPRINTF(char* buffer, size_t size, const char* format, va_list va)
54{
55 int result = vsnprintf_s(buffer, size, _TRUNCATE, format, va);
56 return result;
57}
58
59#define TIXML_VSCPRINTF _vscprintf
60#define TIXML_SSCANF sscanf_s

Callers 2

SetErrorMethod · 0.85
PrintMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected