MCPcopy 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
164staticfn void
165topten_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
173staticfn void
174topten_print_bold(const char *x)

Callers 3

toptenFunction · 0.85
outheaderFunction · 0.85
outentryFunction · 0.85

Calls 1

raw_printFunction · 0.85

Tested by

no test coverage detected