MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dAtol

Function dAtol

Engine/source/core/strings/stringFunctions.h:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203inline S64 dAtol(const char* str)
204{
205 return strtol(str, NULL, 10);
206}
207
208inline char dToupper(const char c)
209{

Callers 2

execMethod · 0.85
getIntValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected