view c/regexParser/word.h @ 127:b061cd8205cc pairPro

merge
author masa
date Tue, 01 Dec 2015 21:50:09 +0900
parents 4d6ac69801ad
children
line wrap: on
line source

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