-

Functions HI-TECH C KBHIT

From HI-TECH C for CP/M Fan WIKI(EN)
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