aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/db.h b/db.h
new file mode 100644
index 0000000..116637f
--- /dev/null
+++ b/db.h
@@ -0,0 +1,20 @@
+#ifndef DB_H
+#define DB_H
+
+#include <stdio.h>
+#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdint.h>
+#include <stdbool.h>
+
+
+#include "strnatcmp.h"
+
+#include "repl.h"
+#include "parser.h"
+#include "storage.h"
+
+
+
+#endif \ No newline at end of file