home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / dflat.zip / KB.C < prev    next >
Text File  |  1991-02-18  |  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.