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

Method ToStr

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void XMLUtil::ToStr(int v, char* buffer, int bufferSize)
589{
590 TIXML_SNPRINTF(buffer, bufferSize, "%d", v);
591}
592
593void XMLUtil::ToStr(unsigned v, char* buffer, int bufferSize)
594{

Callers

nothing calls this directly

Calls 1

TIXML_SNPRINTFFunction · 0.85

Tested by

no test coverage detected