view c/regexParser/bitVector.h @ 157:dcd751ba7103 pairPro

merge
author masa
date Fri, 18 Dec 2015 19:10:33 +0900
parents d8a4922eceae
children
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);