Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
600
int
601
term_puts(const char *str)
602
{
603
xputs(str);
604
return strlen(str);
605
}
606
607
int
608
term_putc(int c)
Callers
nothing calls this directly
Calls
1
xputs
Function · 0.70
Tested by
no test coverage detected