keyboard buffer routine

Seppo Syrjanen syrjanen at serifos.Helsinki.FI
Tue Mar 12 05:38:10 AEST 1991


In <325 at platypus.uofs.edu> meo3 at jaguar.ucs.uofs.edu (OGRINZ MICHAEL E) writes:
>What's the best way to flush the keyboard buffer on the PC ? (I'm using TC 2.0)

	while (kbhit()) getch();

Seppo



More information about the Comp.lang.c mailing list