build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/* 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;