1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
/* file generated by oo2c -- do not edit */
#include "StdTypes.h"
#include "Error.h"
#include "Opcode.h"
#include "ParamPragmas.h"
/* local definitions */
/* function prototypes */
/* module and type descriptors */
static const struct {
int length;
void* pad;
const char name[9];
} _n0 = {9, NULL, {"StdTypes"}};
static struct _MD StdTypes_md = {
NULL,
&Kernel__ModuleDesc_td.td,
{
NULL,
(const unsigned char*)_n0.name,
-1,
NULL
}
};
/* local strings */
static const unsigned char _c14[] = "void";
static const unsigned char _c13[] = "void*";
static const unsigned char _c12[] = "unsigned hugeint";
static const unsigned char _c11[] = "unsigned int";
static const unsigned char _c10[] = "double";
static const unsigned char _c9[] = "float";
static const unsigned char _c8[] = "hugeint";
static const unsigned char _c7[] = "int";
static const unsigned char _c6[] = "short int";
static const unsigned char _c5[] = "signed char";
static const unsigned char _c4[] = "unsigned short int";
static const unsigned char _c3[] = "unsigned char";
static const unsigned char _c2[] = "_undef_";
static const unsigned char _c1[] = "RealOverflowCheck";
static const unsigned char _c0[] = "OverflowCheck";
|