Mercurial > hg > Applications > Grep
view regexParser/grepWalk.cc @ 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 | df4d04b3c34a |
line wrap: on
line source
#include <stdio.h> #include "grepWalk.h" void grepWalk(TransitionGeneratorPtr tg, Buffer buff) { }