1 2 3 4 5 6 7 8
#ifndef BAMBOO_LISP_VECTOR_H_ #define BAMBOO_LISP_VECTOR_H_ #include "interp.h" void bamboo_lisp_init_vector(Interp *interp); #endif