| www.delorie.com/djgpp/doc/libc-2.01/libc_97.html | search |
#include <conio.h> int _conio_kbhit(void);
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 section kbhit function is
redefined to be this function instead.
Nonzero if a key is waiting, else zero.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |