Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- libc - <b>getche</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
getche
======

Syntax
------

     #include <conio.h>
     
     int getche(void);

Description
-----------

A single character from the console (stdin) is returned.  The input is
not line-buffered.  If there is a character pending from *Note
ungetch::, it is returned instead.  The character is echoed to the
screen.

Return Value
------------

The character.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson