MCPcopy 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
292bool dAtob(const char *str)
293{
294 return !dStricmp(str, "true") || !dStricmp(str, "1") || (0!=dAtoi(str));
295}
296
297bool dIsalnum(const char c)
298{

Callers 5

AndroidConsole.cppFile · 0.70
T2DActivity.cppFile · 0.70
AndroidFileio.cppFile · 0.70
handleSelectMethod · 0.50

Calls 2

dStricmpFunction · 0.70
dAtoiFunction · 0.70

Tested by

no test coverage detected