Mercurial > hg > Applications > Grep
view 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 source
#include "regexParser.h" #define BITBLOCK 64 BitVectorPtr createBitVector(NodePtr n); const BitVectorPtr allocateBitVector(); void bitSet(BitVectorPtr bi, int bitSetPosition); void bitPrint(BitVectorPtr bi);