C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
I/O (Console and Port) Functions
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
   The following functions control input and output to the console
   (screen and keyboard):
 
  _cgets      _cscanf    _getche    _inpw     _outp     _putch
  _cprintf    _getch     _inp       _kbhit    _outpw    _ungetch
  _cputs
                                    -♦-