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

Function xputs

outdated/sys/mac/mttymain.c:594–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594void
595xputs(const char *str)
596{
597 add_tty_string(_mt_window, str);
598}
599
600int
601term_puts(const char *str)

Callers 2

msmsgFunction · 0.70
term_putsFunction · 0.70

Calls 1

add_tty_stringFunction · 0.85

Tested by

no test coverage detected