home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / AHDI / SYQUEST / SQHDX / NUOSBIND.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-09  |  141 b   |  8 lines

  1. /* NUOSBIND.H    12/2/88    ml.    Started this.    */
  2.  
  3. extern    long    bios();
  4.  
  5. /*    BIOS    (trap 13)    */
  6. #define    Lrwabs(a,b,c,d,e)    bios(4,a,b,c,-1,e,d)
  7.  
  8.