Mercurial > hg > Applications > Grep
view regexParser/fileread.h @ 235:4aab1e93a971
fix condition grepWalk.cc
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 19 Jan 2016 17:16:37 +0900 |
parents | 1a34e702776a |
children | 6ed6f385205e |
line wrap: on
line source
#include "regexParser.h" extern st_mmap_t createSt_mmap(char* filename, int fd); extern Buffer createBuffer(st_mmap_t st_mmap);