Mercurial > hg > Applications > Grep
view c/regex/read.h @ 59:af189c727733
fix
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Jul 2015 14:08:36 +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;