C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_getch, _getche
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <conio.h>
 
  Syntax:    int _getch( void );
             int _getche( void );
 
  Returns:   the character read.
 
  See also:  _ungetch, getchar, _cgets
                                    -♦-