view c/realtime_input/read.h @ 113:ffef79514d3c pairPro

add getWord
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 23 Nov 2015 17:49:11 +0900
parents 3e3365a17573
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;