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

Function atol

strings/str2int.c:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195long atol(const char *src)
196{
197 long val;
198 str2int(src, 10, LONG_MIN, LONG_MAX, &val);
199 return val;
200}
201
202#endif /* WANT_OUR_ATOI */

Callers 1

test_if_numberFunction · 0.85

Calls 1

str2intFunction · 0.85

Tested by 1

test_if_numberFunction · 0.68