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

  1. .I 9 2
  2. **
  3. **  Uses ABSDISKC.C and ABSDISK.ASM in SNIPPETS.
  4. .I 17 6
  5. **  Function to read an absolute disk sector
  6. */
  7.  
  8. int AbsDiskRead(unsigned short, size_t, size_t, void *);
  9.  
  10. /*
  11. .D 107 1
  12.