summaryrefslogtreecommitdiff
path: root/source/repl/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/repl/repl.c')
-rw-r--r--source/repl/repl.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/repl/repl.c b/source/repl/repl.c
new file mode 100644
index 0000000..4c57345
--- /dev/null
+++ b/source/repl/repl.c
@@ -0,0 +1,16 @@
1#ifndef ENGINE_REPL_H
2#define ENGINE_REPL_H
3
4typedef struct node node;
5struct node
6{
7
8};
9
10typedef struct btree btree;
11struct btree
12{
13
14};
15
16#endif /* ENGINE_H */