-

Changes

Jump to: navigation, search

Functions HI-TECH C KBHIT

293 bytes added, 22:14, 31 July 2017
Created page with "<strong>KBHIT<strong> ==SYNOPSIS== #include <conio.h> int kbhit(void) ==DESCRIPTION== This function returns 1 if a character has been pressed on the console keyboar..."
<strong>KBHIT<strong>
==SYNOPSIS==

#include <conio.h>

int kbhit(void)


==DESCRIPTION==
This function returns 1 if a character has been pressed
on the console keyboard, 0 otherwise. Normally the
character would then be read via <strong>getch</strong>().

==SEE ALSO==

getch, getche

Navigation menu