19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
/* Generated by Ctran from vares.cl */
|
|||
|
|
#define VARES_G
|
||
|
|
#ifndef VARRAY_G
|
||
|
|
#include <varray.g>
|
||
|
|
#endif
|
||
|
|
/* Class Numbers */
|
||
|
|
#define C_VARES 20
|
||
|
|
/* Method Numbers */
|
||
|
|
/* Property of vares */
|
||
|
|
typedef struct {
|
||
|
|
unsigned char *data;
|
||
|
|
} PRS_VARES;
|
||
|
|
typedef struct pr_vares
|
||
|
|
{
|
||
|
|
PRS_ROOT root;
|
||
|
|
PRS_VAROOT varoot;
|
||
|
|
PRS_VARES vares;
|
||
|
|
} PR_VARES;
|