view regexParser/fileread.h @ 236:c90d155c1063

add test
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 19 Jan 2016 18:21:09 +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);