| 730 | } |
| 731 | |
| 732 | char* 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 |
nothing calls this directly
no test coverage detected