| 658 | } |
| 659 | |
| 660 | char* Int64ToString(int64_t i, char* buffer) { |
| 661 | *OutputInt64AsString(i, buffer) = '\0'; |
| 662 | return buffer; |
| 663 | } |
| 664 | |
| 665 | // ----------------------------------------------------- |
| 666 | // interface for int to string or buffer |
nothing calls this directly
no test coverage detected