#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "RexxCore.h"
#include "StringClass.hpp"
#include "BufferClass.hpp"
#include "MethodClass.hpp"
#include "RexxCode.hpp"
#include "ArrayClass.hpp"
#include "RexxNativeActivation.hpp"
#include "RexxActivation.hpp"
#include "RexxActivity.hpp"
#include "SourceFile.hpp"
#include "APIDefinitions.h"
#include "Interpreter.hpp"
Go to the source code of this file.
Functions | |
int | ApiRexxStart (size_t argcount, PCONSTRXSTRING arglist, const char *programname, PRXSTRING instore, const char *envname, int calltype, PRXSYSEXIT exits, short *retcode, PRXSTRING result) |
int ApiRexxStart | ( | size_t | argcount, |
PCONSTRXSTRING | arglist, | ||
const char * | programname, | ||
PRXSTRING | instore, | ||
const char * | envname, | ||
int | calltype, | ||
PRXSYSEXIT | exits, | ||
short * | retcode, | ||
PRXSTRING | result | ||
) |
Definition at line 92 of file RexxMain.cpp.
References RexxStart().