aboutsummaryrefslogtreecommitdiff
path: root/vector.h
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-07-23 17:29:42 +0800
committerMistivia <i@mistivia.com>2025-07-23 17:32:44 +0800
commitdec35ab80b9cc3b83b3a806835198b0a58cdc0cb (patch)
treed1e489c945b5bf9bce1f26b512758cc741ffe880 /vector.h
parentcc8ea3f88c75216c7c03342a4a41bbc7d0b354f5 (diff)
add ext
Diffstat (limited to 'vector.h')
-rw-r--r--vector.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vector.h b/vector.h
deleted file mode 100644
index 34113d1..0000000
--- a/vector.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef BAMBOO_LISP_VECTOR_H_
-#define BAMBOO_LISP_VECTOR_H_
-
-#include "interp.h"
-
-void bamboo_lisp_init_vector(Interp *interp);
-
-#endif