Mercurial > hg > Members > masakoha > testcode
view c/regex/read.h @ 57:71b497d25273
fix literal()
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 11 Jun 2015 19:50:02 +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;