Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDUNE/OpenDUNE
/ IniFile_GetInteger
Function
IniFile_GetInteger
src/inifile.c:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
int IniFile_GetInteger(const char *key, int defaultValue)
179
{
180
if (g_openduneini == NULL) return defaultValue;
181
return Ini_GetInteger(
"opendune"
, key, defaultValue, g_openduneini);
182
}
Callers
6
GameLoop_Main
Function · 0.85
main
Function · 0.85
Drivers_SoundMusic_Init
Function · 0.85
midi_init
Function · 0.85
Video_Init
Function · 0.85
Video_Init
Function · 0.85
Calls
1
Ini_GetInteger
Function · 0.85
Tested by
no test coverage detected