summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-13 14:58:49 +0200
committernasr <nsrddyn@gmail.com>2026-04-13 14:59:10 +0200
commita9cb228861a6b0fad4d508c05c0614757a7f0a34 (patch)
tree281ae48c7248413cae727b403a1cd802741b061d /source
parent65907835d9835d85cff31269db19e18045cb3392 (diff)
refactor(main): refactor directory structuremain
Diffstat (limited to 'source')
-rw-r--r--source/tb_db/btree_impl.h (renamed from source/btree_impl.h)0
-rw-r--r--source/tb_db/csv_decoder.h (renamed from source/csv_decoder.h)0
-rw-r--r--source/tb_db/tb_db.c (renamed from source/tb_db.c)2
3 files changed, 1 insertions, 1 deletions
diff --git a/source/btree_impl.h b/source/tb_db/btree_impl.h
index b7015bd..b7015bd 100644
--- a/source/btree_impl.h
+++ b/source/tb_db/btree_impl.h
diff --git a/source/csv_decoder.h b/source/tb_db/csv_decoder.h
index 3d09dc6..3d09dc6 100644
--- a/source/csv_decoder.h
+++ b/source/tb_db/csv_decoder.h
diff --git a/source/tb_db.c b/source/tb_db/tb_db.c
index cfa26b1..4ae247d 100644
--- a/source/tb_db.c
+++ b/source/tb_db/tb_db.c
@@ -1,6 +1,6 @@
1#define BTREE_IMPLEMENTATION 1#define BTREE_IMPLEMENTATION
2#define BASE_UNITY 2#define BASE_UNITY
3#include "base/base_include.h" 3#include "../base/base_include.h"
4 4
5internal b32 5internal b32
6is_alpha(u8 point) 6is_alpha(u8 point)