MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / TIXML_VSNPRINTF

Function TIXML_VSNPRINTF

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

Source from the content-addressed store, hash-verified

51 }
52
53 static inline int TIXML_VSNPRINTF( char* buffer, size_t size, const char* format, va_list va )
54 {
55 const 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