Mercurial > hg > Applications > Grep
diff regexParser/bitVector.h @ 167:3bf2c6d6d53e pairPro
move regexparser dir
author | masa |
---|---|
date | Sat, 19 Dec 2015 15:38:45 +0900 |
parents | c/regexParser/bitVector.h@d8a4922eceae |
children | ef798db705e9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/regexParser/bitVector.h Sat Dec 19 15:38:45 2015 +0900 @@ -0,0 +1,7 @@ +#include "regexParser.h" +#define BITBLOCK 64 + +BitVectorPtr createBitVector(NodePtr n); +const BitVectorPtr allocateBitVector(); +void bitSet(BitVectorPtr bi, int bitSetPosition); +void bitPrint(BitVectorPtr bi);