Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ long_to_any
Function
long_to_any
src/hack.c:80–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
anything *
81
long_to_any(long lng)
82
{
83
gt.tmp_anything = cg.zeroany;
84
gt.tmp_anything.a_long = lng;
85
return >.tmp_anything;
86
}
87
88
anything *
89
monst_to_any(struct monst *mtmp)
Callers
2
nhl_timer_start_at
Function · 0.85
start_melt_ice_timeout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected