.TH ttin() "" "" "Internal Kernel Routine"
.PC "Pass character to tty input queue"
.B "#include <sys/tty.h>"
\fBint ttin(\fItp\^\fB, \fIc\^\fB)\fR
\fBTTY *\fItp\^\fB; char \fIc\^\fB;\fR
.PP
.B ttin()
passes character
.I c
to the device-independant teletypewriter (tty) input routines.
It is called with interrupts disabled.
.SH "See Also"
.B
internal kernel routines,
ttinp()
.R
