/**********************************************************************/
/*    !!!!!THIS DIRECTORY IS EMPTY IN THE DEMO DISTRIBUTION!!!!!!     */
/**********************************************************************/


This directory contains an example of linking an Rexecute Object File to your
own `C' programs.

If you are using assembler, put TWO underscores before the function name,
ie:
         __SendMacro(char *, char * , BOOL, char *)
                       a0     a1       d0    a2

The return value is in d0.

Read "test.c" and "RexecuteSUPPORT.h" for further info.

The `C' routine is merely a stub to the assembler version.
If you have SAS C you can skip the stub by pototyping the function in your
code in the following manner:

extern __asm BOOL _SendMacro( register __a0 char *,
                              register __a1 char *,
                              register __d0 BOOL,
                              register __a2 char * );

 The library has been put together with a volumous chunk of help from the
RXIL.lib which is to be found on Fish Disk Nš 299 by Don Meyer.
(If your serious about using Arexx in your program's, Get this, although
I found it very buggy in places!)

RexecuteSUPPORT.lib is FREE and is not considered licenceware, freeware, or
anything else ware.


