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

  1. ' rexx BASIC header
  2.  
  3. '$include rexx.bc
  4. LIBRARY DECLARE "rexxsyslib.library"
  5. DECLARE FUNCTION CreateArgstring& LIBRARY 'string&, RexxArglength&
  6. DECLARE SUB DeleteArgstring LIBRARY 'argstring&
  7. DECLARE FUNCTION LengthArgstring& LIBRARY 'argstring&
  8. DECLARE FUNCTION CreateRexxMsg& LIBRARY 'port&, RexxArgextension&, host&
  9. DECLARE SUB DeleteRexxMsg LIBRARY 'packet&
  10. DECLARE SUB ClearRexxMsg LIBRARY 'msgptr&, RexxArgcount&
  11. DECLARE FUNCTION FillRexxMsg& LIBRARY 'msgptr&, RexxArgcount&, RexxArgmask&
  12. DECLARE FUNCTION IsRexxMsg& LIBRARY 'msgptr&
  13. DECLARE SUB LockRexxBase LIBRARY 'resource&
  14. DECLARE SUB UnlockRexxBase LIBRARY 'resource&
  15.