Mercurial > hg > Members > masakoha > testcode
view c/read_lseek/read.h @ 3:cd6ac4ce5c3c
add some files
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 11 Dec 2013 02:40:58 +0900 |
parents | |
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;