home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource4
/
273_01
/
flushkey.cc
< prev
next >
Wrap
Text File
|
1987-09-24
|
100b
|
6 lines
flush_key()
/* This will flush the keyboard buffer */
{
while(bioskey(1) != 0) bioskey(0);
}