view c/regex/read.h @ 78:23a96fefa643

add make test
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 28 Sep 2015 16:53:06 +0900
parents 0433a15ea8d2
children
line wrap: on
line source

typedef struct read{
    int fd;
    unsigned long int text_size;
    int one_task_read_size;
    int task_num;
} read_t;