Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dAtoi
Function
dAtoi
engine/source/platformEmscripten/EmscriptenStrings.cpp:267–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
int dAtoi(const char *str)
268
{
269
if(!str)
270
return 0;
271
return atoi(str);
272
}
273
274
float dAtof(const char *str)
275
{
Callers
4
InitOpenGL
Function · 0.70
dAtob
Function · 0.70
ConsoleFunction
Function · 0.70
loadAxisInfo
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected