Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ initrack
Function
initrack
src/track.c:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
static NEARDATA coord utrack[UTSZ];
13
14
void
15
initrack(void)
16
{
17
utcnt = utpnt = 0;
18
(void) memset((genericptr_t) &utrack, 0, sizeof(utrack));
19
}
20
21
#ifndef SFCTOOL
22
/* add to track */
Callers
3
moveloop_preamble
Function · 0.85
save_track
Function · 0.85
makemap_prepost
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected