MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ullstr

Function ullstr

strings/llstr.c:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37char *ullstr(longlong value,char *buff)
38{
39 longlong10_to_str(value,buff,10);
40 return buff;
41}

Callers 2

throw_bounds_warningFunction · 0.85
getopt_ull_limit_valueFunction · 0.85

Calls 1

longlong10_to_strFunction · 0.85

Tested by

no test coverage detected