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

Function Int32ToString

base/string/number.cpp:720–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720char* Int32ToString(int32_t i, char* buffer)
721{
722 *OutputInt32AsString(i, buffer) = '\0';
723 return buffer;
724}
725
726char* UInt64ToString(uint64_t u64, char* buffer)
727{

Callers

nothing calls this directly

Calls 1

OutputInt32AsStringFunction · 0.85

Tested by

no test coverage detected