aboutsummaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-22 15:34:57 +0800
committerMistivia <i@mistivia.com>2025-07-22 15:35:11 +0800
commitea5c15cbd628953e7b9d17b45ea685006a582cd4 (patch)
tree0440a31d4fb2f73cd150fa11f19ac08fd23562f9 /vector.h
parentd64a599af8c6b52223b20f727d76a59a562abb75 (diff)
change dir structure
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/vector.h b/vector.h
new file mode 100644
index 0000000..34113d1
--- /dev/null
+++ b/vector.h
@@ -0,0 +1,8 @@
+#ifndef BAMBOO_LISP_VECTOR_H_
+#define BAMBOO_LISP_VECTOR_H_
+
+#include "interp.h"
+
+void bamboo_lisp_init_vector(Interp *interp);
+
+#endif