MCPcopy Create free account
hub / github.com/chen3feng/toft / UInt32ToString

Function UInt32ToString

base/string/number.cpp:714–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712// output number to buffer as string, with ending '\0'
713
714char* UInt32ToString(uint32_t u, char* buffer)
715{
716 *OutputUInt32AsString(u, buffer) = '\0';
717 return buffer;
718}
719
720char* Int32ToString(int32_t i, char* buffer)
721{

Callers

nothing calls this directly

Calls 1

OutputUInt32AsStringFunction · 0.85

Tested by

no test coverage detected