.TH cltputq() "" "" "Internal Kernel Routine"
.PC "Put a character on a character queue"
.B "#include <sys/clist.h>"
\fBint cltputq(\fIcqp\^\fB, \fIc\^\fB)\fR
\fBCQUEUE *\fIcqp\^\fB; char \fIc\^\fB;\fR
.PP
.B cltputq()
puts \fIc\fR onto the character queue referenced by \fIcqp\fR.
It returns the character put, or \-1 if something went wrong.
.SH "See Also"
.B
internal kernel routines
.R
.SH Notes
Prior to release 4.2, this function was named
.BR putq() .
It has been renamed to avoid collision with a similarly named \*(ST function.
