home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Basic / MAXONB32.DMS / in.adf / Includes.lha / BH / battmem.bh < prev    next >
Encoding:
Text File  |  1994-03-16  |  292 b   |  9 lines

  1. ' battmem BASIC header
  2.  
  3. '$include battmem.bc
  4. LIBRARY DECLARE "battmem.resource"
  5. DECLARE SUB ObtainBattSemaphore LIBRARY
  6. DECLARE SUB ReleaseBattSemaphore LIBRARY
  7. DECLARE FUNCTION ReadBattMem& LIBRARY 'buffer&, offset&, length&
  8. DECLARE FUNCTION WriteBattMem& LIBRARY 'buffer&, offset&, length&
  9.