Mercurial > hg > Applications > Grep
view regexParser/fileread.h @ 265:1e2c12ec25b7
Makefile for Cerium
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 27 Jan 2016 18:00:25 +0900 |
parents | 6ed6f385205e |
children |
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);