MCPcopy Create free account
hub / github.com/ddnet/ddnet / str_toint_base

Function str_toint_base

src/base/str.cpp:867–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867int str_toint_base(const char *str, int base)
868{
869 return strtol(str, nullptr, base);
870}
871
872unsigned long str_toulong_base(const char *str, int base)
873{

Callers 2

GetIntegerMethod · 0.85
str_tointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected