Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dAtol
Function
dAtol
Engine/source/core/strings/stringFunctions.h:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
inline S64 dAtol(const char* str)
204
{
205
return strtol(str, NULL, 10);
206
}
207
208
inline char dToupper(const char c)
209
{
Callers
2
exec
Method · 0.85
getIntValue
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected