MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / ini_getstring

Function ini_getstring

src/ini.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370bool ini_getstring(struct ini_data *ini, const TCHAR *section, const TCHAR *key, TCHAR **out)
371{
372 return ini_getstring_multi(ini, section, key, out, NULL);
373}
374
375
376bool ini_getval_multi(struct ini_data *ini, const TCHAR *section, const TCHAR *key, int *v, struct ini_context *ctx)

Callers 10

ini_getboolFunction · 0.85
ini_getvalxFunction · 0.85
ini_getstringxFunction · 0.85
debug_init_trainerFunction · 0.85
parse_geoFunction · 0.85
regqueryintFunction · 0.85
regquerylonglongFunction · 0.85
regquerystrFunction · 0.85
regexistsFunction · 0.85
regexiststreeFunction · 0.85

Calls 1

ini_getstring_multiFunction · 0.85

Tested by 2

ini_getvalxFunction · 0.68
ini_getstringxFunction · 0.68