MCPcopy Create free account
hub / github.com/JayXon/Leanify / ToStr

Method ToStr

lib/tinyxml2/tinyxml2.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450
451void XMLUtil::ToStr( int v, char* buffer, int bufferSize )
452{
453 TIXML_SNPRINTF( buffer, bufferSize, "%d", v );
454}
455
456
457void 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