home *** CD-ROM | disk | FTP | other *** search
- {$if not def REXXSYSLIB_LIB_H} CONST REXXSYSLIB_LIB_H=0;
-
- { ****************************************************************
- ** KickPascal-Include-Datei "rexxsyslib.lib" zu Kickstart 3.0 **
- **************************************************************** }
-
- {$if not def REXX_RXSLIB_H;incl "rexx/rxslib.h";endif}
- {$if not def REXX_REXXIO_H;incl "rexx/rexxio.h";endif}
- {$if not def REXX_ERRORS_H;incl "rexx/errors.h";endif}
-
- VAR RexxSysBase : Ptr;
-
- LIBRARY RexxSysBase :
-
- { **** Routinen ab V33 / Release 1.2 **** }
-
- { *** 16 private Routinen *** }
- -126 : FUNCTION CreateArgstring(A0:Str; D0:Long) : Str;
- -132 : PROCEDURE DeleteArgstring(A0:Str);
- -138 : FUNCTION LengthArgstring(A0:Str): Long;
- -144 : FUNCTION CreateRexxMsg(A0:p_MsgPort; A1:Str; D0:Str):p_RexxMsg;
- -150 : PROCEDURE DeleteRexxMsg(A0:p_RexxMsg);
- -156 : PROCEDURE ClearRexxMsg(A0:p_RexxMsg; D0:Long);
- -162 : FUNCTION FillRexxMsg(A0:p_RexxMsg; D0,D1:Long): Boolean;
- -168 : FUNCTION IsRexxMsg(A0:p_RexxMsg): Boolean;
- { *** 46 private Routinen *** }
- -450 : PROCEDURE LockRexxBase(D0:Long);
- -456 : PROCEDURE UnlockRexxBase(D0:Long);
- END;
-
- {$endif}
-