project_files/hwc/rtl/pas2c.h
branchwebgl
changeset 8006 7ca007615b88
parent 7989 7ef4ace6335f
child 9962 97ed501accc5
equal deleted inserted replaced
8004:da4c6db6ea6b 8006:7ca007615b88
     4 #include <stdint.h>
     4 #include <stdint.h>
     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 
    10 
    11 typedef union string255_
    11 typedef union string255_
    12     {
    12     {
    13         struct {
    13         struct {
    14             char s[257];
    14             char s[257];