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>_conio_kbhit</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
_conio_kbhit
============

Syntax
------

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

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

Determines whether or not a character is waiting at the keyboard.  If
there is an ungetch'd character, this function returns true.  Note that
if you include `conio.h', the kbhit: function is redefined to be   
this function instead.

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

Nonzero if a key is waiting, else zero.


See Also: kbhit

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