Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ topten_print
Function
topten_print
src/topten.c:164–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
staticfn void
165
topten_print(const char *x)
166
{
167
if (gt.toptenwin == WIN_ERR)
168
raw_print(x);
169
else
170
putstr(gt.toptenwin, ATR_NONE, x);
171
}
172
173
staticfn void
174
topten_print_bold(const char *x)
Callers
3
topten
Function · 0.85
outheader
Function · 0.85
outentry
Function · 0.85
Calls
1
raw_print
Function · 0.85
Tested by
no test coverage detected