Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dAtoi
Function
dAtoi
engine/source/platformAndroid/AndroidStrings.cpp:277–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
276
277
int dAtoi(const char *str)
278
{
279
if(!str)
280
return 0;
281
return atoi(str);
282
}
283
284
285
float dAtof(const char *str)
Callers
2
dAtob
Function · 0.70
AndroidFileio.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected