-

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...")
 
m
 
Line 1: Line 1:
<strong>KBHIT<strong>
+
<strong>KBHIT</strong>
 
==SYNOPSIS==
 
==SYNOPSIS==
  

Latest revision as of 22:15, 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