init here

This commit is contained in:
2025-11-26 21:32:41 +03:00
commit 33c97acade
91 changed files with 9155 additions and 0 deletions

17
си/sckulya.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef SCKULYA_H
#define SCKULYA_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "rt_api.h"
#include <sqlite3.h>
int64_t tri_sqlite_open(TString filename, TString *error);
int tri_sqlite_close(int64_t db);
void tri_sqlite_exec(int64_t db, TString query, TString *error);
int tri_sqlite_query(int64_t db, TString query, TString *result, TString *error);
#endif // SCKULYA_H