#include "RexxCore.h"
#include "StringClass.hpp"
#include "BufferClass.hpp"
#include "ActivityManager.hpp"
#include "ProtectedObject.hpp"
#include "Interpreter.hpp"
#include "SystemInterpreter.hpp"
#include "InterpreterInstance.hpp"
#include "SysFileSystem.hpp"
#include <string.h>
#include <io.h>
#include <fcntl.h>
#include <conio.h>
Go to the source code of this file.
Macros | |
#define | MAX_STDOUT_LENGTH 32767 /* max. amount of data to push to STDOUT @THU007A */ /* @HOL007M */ |
#define MAX_STDOUT_LENGTH 32767 /* max. amount of data to push to STDOUT @THU007A */ /* @HOL007M */ |
Definition at line 58 of file windows/FileSystem.cpp.