Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ Gem_askname
Function
Gem_askname
outdated/win/gem/wingem.c:500–504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
498
*/
499
500
void
501
Gem_askname()
502
{
503
strncpy(svp.plname, mar_ask_name(), PL_NSIZ);
504
}
505
506
void
507
Gem_get_nh_event()
Callers
nothing calls this directly
Calls
1
mar_ask_name
Function · 0.85
Tested by
no test coverage detected