MCPcopy 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
267int dAtoi(const char *str)
268{
269 if(!str)
270 return 0;
271 return atoi(str);
272}
273
274float dAtof(const char *str)
275{

Callers 4

InitOpenGLFunction · 0.70
dAtobFunction · 0.70
ConsoleFunctionFunction · 0.70
loadAxisInfoMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected