Files

19 lines
341 B
Plaintext
Raw Permalink Normal View History

2026-07-06 18:01:36 +01:00
/* 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;