home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / cbm / nduk-v40.lha / V40 / fd / rexxsyslib_lib.fd < prev    next >
Text File  |  1993-10-15  |  564b  |  27 lines

  1. ##base _RexxSysBase
  2. ##bias 30
  3. *--- functions in V33 or higher (Release 1.2) ---
  4. ##private
  5. *--- (16 function slots reserved here) ---
  6. ##bias 126
  7. ##public
  8. *
  9. CreateArgstring(string,length)(a0,d0)
  10. DeleteArgstring(argstring)(a0)
  11. LengthArgstring(argstring)(a0)
  12. CreateRexxMsg(port,extension,host)(a0/a1,d0)
  13. DeleteRexxMsg(packet)(a0)
  14. ClearRexxMsg(msgptr,count)(a0,d0)
  15. FillRexxMsg(msgptr,count,mask)(a0,d0/d1)
  16. IsRexxMsg(msgptr)(a0)
  17. *
  18. ##private
  19. *--- (46 function slots reserved here) ---
  20. ##bias 450
  21. ##public
  22. *
  23. LockRexxBase(resource)(d0)
  24. UnlockRexxBase(resource)(d0)
  25. *
  26. ##end
  27.