Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
char *llstr(longlong value,char *buff)
32
{
33
longlong10_to_str(value,buff,-10);
34
return buff;
35
}
36
37
char *ullstr(longlong value,char *buff)
38
{
Callers
8
val_int
Method · 0.85
throw_bounds_warning
Function · 0.85
check_charset
Function · 0.85
check_collation_not_null
Function · 0.85
check_locale
Function · 0.85
main
Function · 0.85
getopt_ll_limit_value
Function · 0.85
my_print_variables
Function · 0.85
Calls
1
longlong10_to_str
Function · 0.85
Tested by
no test coverage detected