MCPcopy Create free account
hub / github.com/NetHack/NetHack / putsyms

Function putsyms

win/tty/topl.c:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void
347putsyms(const char *str)
348{
349 while (*str)
350 topl_putsym(*str++);
351}
352
353static void
354removetopl(int n)

Callers 5

redotoplinFunction · 0.85
addtoplFunction · 0.85
moreFunction · 0.85
removetoplFunction · 0.85
hooked_tty_getlinFunction · 0.85

Calls 1

topl_putsymFunction · 0.85

Tested by

no test coverage detected