home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / DFLAT / KB.C < prev    next >
Text File  |  1993-12-01  |  124b  |  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.