MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / ToStr

Method ToStr

Engine/lib/tinyxml/tinyxml2.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564
565
566void XMLUtil::ToStr( int v, char* buffer, int bufferSize )
567{
568 TIXML_SNPRINTF( buffer, bufferSize, "%d", v );
569}
570
571
572void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize )

Callers

nothing calls this directly

Calls 1

TIXML_SNPRINTFFunction · 0.85

Tested by

no test coverage detected