MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / ToStr

Method ToStr

Source/ThirdParty/tinyxml2/tinyxml2.cpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551
552void XMLUtil::ToStr( int v, char* buffer, int bufferSize )
553{
554 TIXML_SNPRINTF( buffer, bufferSize, "%d", v );
555}
556
557
558void 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