summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
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)