home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / SNPD9404.ZIP / ISWPROT.C < prev    next >
Text File  |  1994-04-03  |  399b  |  15 lines

  1. .I 3 1
  2. **  public domain by Bob Stout w/ corrections & additions by Wayne King
  3. .D 4 1
  4. .I 43 6
  5.       {
  6.             regs.h.ah = 0x00;         /* reset diskette subsystem */
  7.             regs.h.dl = drive & 0x7f;
  8.             int86x(0x13, ®s, ®s, &sregs);
  9.             return -1;
  10.       }
  11. .D 44 1
  12. .I 72 1
  13.       printf("isWprot(%c:) returned %d\n", drive + 'A', isWprot(drive));
  14. .D 73 1
  15.