project_files/hwc/rtl/pas2c.h
changeset 14249 06f2dc4deab2
parent 14185 801dc57371c3
equal deleted inserted replaced
14248:540efb210083 14249:06f2dc4deab2
     5 #include <stdbool.h>
     5 #include <stdbool.h>
     6 #include <wchar.h>
     6 #include <wchar.h>
     7 #include <math.h>
     7 #include <math.h>
     8 
     8 
     9 #define MAX_PARAMS 64
     9 #define MAX_PARAMS 64
    10 #define MAX_ANSISTRING_LENGTH 16383
    10 #define MAX_ANSISTRING_LENGTH 16382
    11 
    11 
    12 typedef union string255_
    12 typedef union string255_
    13     {
    13     {
    14         struct {
    14         struct {
    15             unsigned char s[256];
    15             unsigned char s[256];