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

Function Int64ToString

base/string/number.cpp:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732char* Int64ToString(int64_t i, char* buffer)
733{
734 *OutputInt64AsString(i, buffer) = '\0';
735 return buffer;
736}
737
738// -----------------------------------------------------
739// interface for int to string or buffer

Callers

nothing calls this directly

Calls 1

OutputInt64AsStringFunction · 0.85

Tested by

no test coverage detected