Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
static char configfile[BUFSZ];
141
142
char *
143
get_configfile(void)
144
{
145
return configfile;
146
}
147
148
const char *
149
get_default_configfile(void)
Callers
5
EditColor
Function · 0.85
ask_do_tutorial
Function · 0.85
rejectoption
Function · 0.85
option_help
Function · 0.85
reveal_paths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected