summaryrefslogtreecommitdiff
path: root/source/tb_ml
diff options
context:
space:
mode:
Diffstat (limited to 'source/tb_ml')
-rw-r--r--source/tb_ml/tb_ml.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/tb_ml/tb_ml.c b/source/tb_ml/tb_ml.c
new file mode 100644
index 0000000..cf9625a
--- /dev/null
+++ b/source/tb_ml/tb_ml.c
@@ -0,0 +1,20 @@
1#define BASE_UNITY
2#include "../base/base_include.h"
3
4#if 0
5
6#include "../third_party/btree_impl.h"
7#endif
8
9
10
11//- dataset is an implementation of the btree
12
13int main(int c, char **v)
14{
15 unused(c);
16 unused(v);
17
18
19 return 0;
20}