Mercurial > hg > Applications > Grep
view regexParser/bitVector.h @ 187:ef798db705e9 pairPro
remove some warnings and errors(not working)
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 24 Dec 2015 22:38:50 +0900 |
parents | 3bf2c6d6d53e |
children | 02031fb73af8 |
line wrap: on
line source
#include "regexParser.h" #define BITBLOCK 64 BitVector createBitVector(int state); const BitVectorPtr allocateBitVector(); void bitSet(BitVectorPtr bi, int bitSetPosition); void bitPrint(BitVectorPtr bi);