view 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
line wrap: on
line source

#include "regexParser.h"
#include "sequentialSearch.h"

extern void grepWalk(TransitionGeneratorPtr tg, Buffer buff);