home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / JAZLIB / JZGETDRV.C < prev    next >
Text File  |  1993-12-01  |  115b  |  11 lines

  1. #include <jaz.h>
  2. jzgetdrv()
  3. {
  4.   TREG wreg;
  5.  
  6.   wreg.h.ah = 0x19;
  7.   msdos(&wreg);
  8.  
  9.   return(wreg.h.al);
  10. }
  11.