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

Function term_puts

outdated/sys/mac/mttymain.c:600–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600int
601term_puts(const char *str)
602{
603 xputs(str);
604 return strlen(str);
605}
606
607int
608term_putc(int c)

Callers

nothing calls this directly

Calls 1

xputsFunction · 0.70

Tested by

no test coverage detected