MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tty_putchar

Function tty_putchar

freebsd/kern/tty_ttydisc.c:1303–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303int
1304tty_putchar(struct tty *tp, char c)
1305{
1306 return (tty_putstrn(tp, &c, 1));
1307}

Callers 2

putcharFunction · 0.85
constty_timeoutFunction · 0.85

Calls 1

tty_putstrnFunction · 0.85

Tested by

no test coverage detected