Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dAtob
Function
dAtob
engine/source/platformAndroid/AndroidStrings.cpp:292–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
bool dAtob(const char *str)
293
{
294
return !dStricmp(str,
"true"
) || !dStricmp(str,
"1"
) || (0!=dAtoi(str));
295
}
296
297
bool dIsalnum(const char c)
298
{
Callers
5
AndroidConsole.cpp
File · 0.70
T2DActivity.cpp
File · 0.70
AndroidFileio.cpp
File · 0.70
AndroidOutlineGL.cpp
File · 0.70
handleSelect
Method · 0.50
Calls
2
dStricmp
Function · 0.70
dAtoi
Function · 0.70
Tested by
no test coverage detected