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