MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / strToInt

Function strToInt

TheForceEngine/TFE_DarkForces/util.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 s32 strToInt(const char* param)
51 {
52 char* endPtr = nullptr;
53 return strtol(param, &endPtr, 10);
54 }
55
56 u32 strToUInt(const char* param)
57 {

Callers 2

generatorLogicSetupFuncFunction · 0.70
strToUIntFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected