Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ parseInt
Function
parseInt
TheForceEngine/TFE_System/iniParser.cpp:10–14 ·
view source on GitHub ↗
Read Functions
Source
from the content-addressed store, hash-verified
8
9
// Read Functions
10
s32 parseInt(const char* value)
11
{
12
char* endPtr = nullptr;
13
return strtol(value, &endPtr, 10);
14
}
15
16
f32 parseFloat(const char* value)
17
{
Callers
10
parseColor
Function · 0.70
parseValue
Function · 0.50
resources_parse
Function · 0.50
parseWindowSettings
Function · 0.50
parseGraphicsSettings
Function · 0.50
parseHudSettings
Function · 0.50
parseSoundSettings
Function · 0.50
parseA11ySettings
Function · 0.50
parseDark_ForcesSettings
Function · 0.50
parseCVars
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected