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 / TTDRIVER / LRWABS.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-09  |  148 b   |  11 lines

  1. /* Lrwabs.h
  2.  *
  3.  * 14-Sep-89    ml.    Lrwabs() accept long recno.
  4.  *
  5.  */
  6.  
  7. extern    long    bios();
  8.  
  9. #define    Lrwabs(a,b,c,d,e)    bios(4,a,b,c,-1,e,d)
  10.  
  11.