diff c/regexParser/bitVector.h @ 141:71f36a59cf6a pairPro

add appendState
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 11 Dec 2015 13:12:42 +0900
parents 84a2a5209d3a
children d8a4922eceae
line wrap: on
line diff
--- a/c/regexParser/bitVector.h	Wed Dec 09 19:57:22 2015 +0900
+++ b/c/regexParser/bitVector.h	Fri Dec 11 13:12:42 2015 +0900
@@ -8,3 +8,4 @@
 BitVectorPtr createBitVector(NodePtr n);
 const BitVectorPtr allocateBitVector();
 void bitSet(BitVectorPtr bi, int bitSetPosition);
+void bitPrint(BitVectorPtr bi);