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

Function llstr

strings/llstr.c:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "m_string.h"
30
31char *llstr(longlong value,char *buff)
32{
33 longlong10_to_str(value,buff,-10);
34 return buff;
35}
36
37char *ullstr(longlong value,char *buff)
38{

Callers 8

val_intMethod · 0.85
throw_bounds_warningFunction · 0.85
check_charsetFunction · 0.85
check_collation_not_nullFunction · 0.85
check_localeFunction · 0.85
mainFunction · 0.85
getopt_ll_limit_valueFunction · 0.85
my_print_variablesFunction · 0.85

Calls 1

longlong10_to_strFunction · 0.85

Tested by

no test coverage detected