Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ get_default_configfile
Function
get_default_configfile
src/cfgfiles.c:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
const char *
149
get_default_configfile(void)
150
{
151
return default_configfile;
152
}
153
154
#ifdef MSDOS
155
/* conflict with speed-dial under windows
Callers
1
reveal_paths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected