MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ToStr

Method ToStr

sourcecommon/tinyxml2.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395
396void XMLUtil::ToStr( int v, char* buffer, int bufferSize )
397{
398 TIXML_SNPRINTF( buffer, bufferSize, "%d", v );
399}
400
401
402void 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