MCPcopy Create free account
hub / github.com/NanoMichael/MicroTeX / ToStr

Method ToStr

src/xml/tinyxml2.cpp:424–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423
424void XMLUtil::ToStr( int v, char* buffer, int bufferSize ) {
425 TIXML_SNPRINTF( buffer, bufferSize, "%d", v );
426}
427
428
429void 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