comparison regexParser/grepWalk.h @ 232:1a34e702776a

add fileread.cc
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 19 Jan 2016 13:16:35 +0900
parents d67649929e96
children 6d0a0126ddda
comparison
equal deleted inserted replaced
231:d67649929e96 232:1a34e702776a
1 extern void grepWalk(TransitionGeneratorPtr tg); 1 #include "regexParser.h"
2 #include "sequentialSearch.h"
3
4 extern void grepWalk(TransitionGeneratorPtr tg, Buffer buff);