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
+28
View File
@@ -0,0 +1,28 @@
/* Generated by Ctran from xedit.cl */
#define XEDIT_G
#ifndef LODGER_G
#include <lodger.g>
#endif
/* Class Numbers */
#define C_XEDIT 26
/* Method Numbers */
/* Constants for xedit */
#define XEDIT_MAX_LEN 8
/* Types for xedit */
typedef struct
{
char *pstr;
} SE_XEDIT;
/* Property of xedit */
typedef struct {
unsigned char current;
unsigned char width;
char data[XEDIT_MAX_LEN+2];
} PRS_XEDIT;
typedef struct pr_xedit
{
PRS_ROOT root;
PRS_WIN win;
PRS_LODGER lodger;
PRS_XEDIT xedit;
} PR_XEDIT;