MCPcopy 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
80anything *
81long_to_any(long lng)
82{
83 gt.tmp_anything = cg.zeroany;
84 gt.tmp_anything.a_long = lng;
85 return &gt.tmp_anything;
86}
87
88anything *
89monst_to_any(struct monst *mtmp)

Callers 2

nhl_timer_start_atFunction · 0.85
start_melt_ice_timeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected