Renamed bit files

This commit is contained in:
Andrew Kane
2024-04-22 10:22:18 -07:00
parent 3df5655b30
commit ed4837cc4f
9 changed files with 8 additions and 8 deletions

8
src/bitvec.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef BITVECTOR_H
#define BITVECTOR_H
#include "utils/varbit.h"
VarBit *InitBitVector(int dim);
#endif