-

Functions HI-TECH C KBHIT

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 22:14, 31 July 2017 by Kumokosi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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