kb.h 317 B

123456789101112
  1. /*
  2. * Copyright (c) 1995 Colin Plumb. All rights reserved.
  3. * For licensing and other legal details, see the file legal.c.
  4. *
  5. * kb.h - interface for keyboard I/O
  6. */
  7. /* The implementation is in kbunix.c, kbmsdos.c, kbvms.c, etc. */
  8. void kbCbreak(void), kbNorm(void);
  9. int kbGet(void);
  10. void kbFlush(int thorough);