github.com/bytedance/sonic@v1.11.7-0.20240517092252-d2edb31b167b/native/i64toa.c (about)

     1  #include "fastint.h"
     2  
     3  
     4  int i64toa(char *out, int64_t val) {
     5      return i64toa_1(out, val);
     6  }