#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <errno.h>
#include "rexx.h"
Go to the source code of this file.
Functions | |
int | main () |
Variables | |
char * | pcharTemp |
int main | ( | ) |
Definition at line 65 of file callrexx1.cpp.
References MAKERXSTRING, RexxFreeMemory(), RexxStart(), RXCOMMAND, _RXSTRING::strlength, and _RXSTRING::strptr.
char* pcharTemp |
Definition at line 63 of file callrexx1.cpp.