Mercurial > hg > Applications > Grep
view c/regexParser/word.h @ 124:c363a66dc1a7 pairPro
fix
author | masa |
---|---|
date | Tue, 01 Dec 2015 17:06:26 +0900 |
parents | 5d29b6a1b50f |
children | 4d6ac69801ad |
line wrap: on
line source
typedef struct word { unsigned char *word; int length; } Word, *WordPtr; WordPtr getWord(unsigned char*); int getWordLength(unsigned char* w);