view regexParser/bitVector.h @ 188:109d22faf7b5 pairPro

remove errors and warnings
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 25 Dec 2015 02:57:21 +0900
parents ef798db705e9
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);