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

Function UInt64ToString

base/string/number.cpp:726–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726char* UInt64ToString(uint64_t u64, char* buffer)
727{
728 *OutputUInt64AsString(u64, buffer) = '\0';
729 return buffer;
730}
731
732char* Int64ToString(int64_t i, char* buffer)
733{

Callers

nothing calls this directly

Calls 1

OutputUInt64AsStringFunction · 0.85

Tested by

no test coverage detected