#ifndef BAMBOO_LISP_VECTOR_H_ #define BAMBOO_LISP_VECTOR_H_ #include "interp.h" void bamboo_lisp_init_vector(Interp *interp); #endif