home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / window / dflat / kb.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-15  |  124 b   |  10 lines

  1. #include <stdio.h>
  2. #include <dos.h>
  3. #include "dflat.h"
  4.  
  5. void main()
  6. {
  7.     while (1)
  8.         printf("\r%02x", inp(0x60));
  9. }
  10.