| 411 | return buffer; |
| 412 | } |
| 413 | inline char* FastUInt64ToBuffer(uint64 i, char* buffer) { |
| 414 | FastUInt64ToBufferLeft(i, buffer); |
| 415 | return buffer; |
| 416 | } |
| 417 | |
| 418 | // ---------------------------------------------------------------------- |
| 419 | // SimpleItoa() |
no outgoing calls
no test coverage detected