home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Netzwerk / NETMU17.LHA / debug / debughdr.a < prev    next >
Encoding:
Text File  |  1994-09-30  |  288 b   |  23 lines

  1. **
  2. **    $VER: debughdr.a 1.3 (30.09.94)
  3. **
  4. **    debug.library header
  5. **
  6. **    © Copyright 1994 by Norbert Püschel
  7. **    All Rights Reserved
  8.  
  9. INIT    SET    1
  10. EXPUNGE    SET    1
  11.  
  12.     INCLUDE 'debug.library_rev.i'
  13.  
  14.     INCLUDE    'libhdr.i'
  15.  
  16.     LIBRARY    'debug.library',-1,0,0,DebugBase,'-'
  17.  
  18.     FUNCDEF    DEBUGA
  19.  
  20.     ENDLIB
  21.  
  22.     END
  23.