view regexParser/grepWalk.cc @ 233:6d0a0126ddda

remove sequentialSearch.h
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 19 Jan 2016 13:19:05 +0900
parents 1a34e702776a
children df4d04b3c34a
line wrap: on
line source

#include <stdio.h>

#include "grepWalk.h"

void grepWalk(TransitionGeneratorPtr tg, Buffer buff) {

}