view c/regexParser/word.h @ 128:f827682d4687 pairPro

fix
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 01 Dec 2015 22:50:58 +0900
parents 4d6ac69801ad
children
line wrap: on
line source

typedef struct word {
    unsigned char *word;
    int length;
} Word, *WordPtr;