MCPcopy Create free account
hub / github.com/NetHack/NetHack / get_configfile

Function get_configfile

src/cfgfiles.c:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140static char configfile[BUFSZ];
141
142char *
143get_configfile(void)
144{
145 return configfile;
146}
147
148const char *
149get_default_configfile(void)

Callers 5

EditColorFunction · 0.85
ask_do_tutorialFunction · 0.85
rejectoptionFunction · 0.85
option_helpFunction · 0.85
reveal_pathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected