implemented main function

This commit is contained in:
2025-08-10 21:39:51 +03:00
parent b08ec27629
commit c008d759ae
15 changed files with 359 additions and 224 deletions

View File

@@ -1,7 +1,8 @@
#pragma once
#include "tlibc/errors.h"
#include "tlibc/string/str.h"
#define IDB_VERSION 1
typedef struct IncrementalDB IncrementalDB;
typedef struct Table Table;