PDC_IODC_PUTC
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
pdc_iodc_putc - Console character print using IODC.
SYNOPSIS
"SYNOPSIS"
void pdc_iodc_putc (unsigned char c);
ARGUMENTS
- c
-
the character to output.
NOTE THAT ONLY THESE SPECIAL CHARS ARE ARCHITECTED FOR CONSOLE IODC IO
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''.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- NOTE THAT ONLY THESE SPECIAL CHARS ARE ARCHITECTED FOR CONSOLE IODC IO
-
This document was created by
man2html,
using the manual pages.
Time: 07:07:22 GMT, October 06, 2005