Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseSectorTrigger
Function · 0.70
parseLineTrigger
Function · 0.70
inf_parseMessage
Function · 0.70
inf_parseElevatorCommand
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected