Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
867
int str_toint_base(const char *str, int base)
868
{
869
return strtol(str, nullptr, base);
870
}
871
872
unsigned long str_toulong_base(const char *str, int base)
873
{
Callers
2
GetInteger
Method · 0.85
str_toint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected