.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "PDC_IODC_PUTC" "" "06 October 2005" "" ""
.SH NAME
pdc_iodc_putc \- Console character print using IODC.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pdc_iodc_putc (unsigned char \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
the character to output.
.SH "NOTE THAT ONLY THESE SPECIAL CHARS ARE ARCHITECTED FOR CONSOLE IODC IO"
.PP
BEL, BS, CR, and LF. Others are passed through.
Since the HP console requires CR+LF to perform a 'newline', we translate
``\\n'' to ``\\r\\n''\&.