#ifndef BITVECTOR_H #define BITVECTOR_H #include "utils/varbit.h" VarBit *InitBitVector(int dim); #endif