MCPcopy 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
277int dAtoi(const char *str)
278{
279 if(!str)
280 return 0;
281 return atoi(str);
282}
283
284
285float dAtof(const char *str)

Callers 2

dAtobFunction · 0.70
AndroidFileio.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected