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

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