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

Function strToUInt

TheForceEngine/TFE_Jedi/InfSystem/infSystem.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 u32 strToUInt(const char* str)
119 {
120 char* endPtr;
121 return strtoul(str, &endPtr, 10);
122 }
123
124 void inf_createElevatorTask()
125 {

Callers 4

parseSectorTriggerFunction · 0.70
parseLineTriggerFunction · 0.70
inf_parseMessageFunction · 0.70
inf_parseElevatorCommandFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected