-

Difference between revisions of "Functions HI-TECH C KBHIT"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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...")
(No difference)

Revision as of 22:14, 31 July 2017

KBHIT

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 getch().

SEE ALSO

getch, getche