view c/regexParser/word.h @ 125:4d6ac69801ad pairPro

fix createNode
author Nozomi
date Tue, 01 Dec 2015 21:11:27 +0900
parents 5d29b6a1b50f
children
line wrap: on
line source

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