Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
594
void
595
xputs(const char *str)
596
{
597
add_tty_string(_mt_window, str);
598
}
599
600
int
601
term_puts(const char *str)
Callers
2
msmsg
Function · 0.70
term_puts
Function · 0.70
Calls
1
add_tty_string
Function · 0.85
Tested by
no test coverage detected