Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1303
int
1304
tty_putchar(struct tty *tp, char c)
1305
{
1306
return (tty_putstrn(tp, &c, 1));
1307
}
Callers
2
putchar
Function · 0.85
constty_timeout
Function · 0.85
Calls
1
tty_putstrn
Function · 0.85
Tested by
no test coverage detected