freeswitch/third_party/bnlib/test/kb.h

7 lines
187 B
C
Raw Normal View History

2010-02-20 18:51:54 +00:00
/* kb.h - interface for keyboard I/O */
/* The implementation is in kbunix.c, kbmsdos.c, kbvms.c, etc. */
void kbCbreak(void), kbNorm(void);
int kbGet(void);
void kbFlush(int thorough);