Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ atoi
Function
atoi
strings/str2int.c:187–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
#ifdef WANT_OUR_ATOI
186
187
int atoi(const char *src)
188
{
189
long val;
190
str2int(src, 10, (long) INT_MIN, (long) INT_MAX, &val);
191
return (int) val;
192
}
193
194
195
long atol(const char *src)
Callers
15
get_int_option
Function · 0.85
load_unidata
Function · 0.85
get_int_option
Function · 0.85
mysql_read_default_options
Function · 0.85
init
Method · 0.85
add_field_to_list
Function · 0.85
find_type
Function · 0.85
do_test
Function · 0.85
get_options
Function · 0.85
main
Function · 0.85
main
Function · 0.85
DbugParse
Function · 0.85
Calls
1
str2int
Function · 0.85
Tested by
2
do_test
Function · 0.68
get_options
Function · 0.68