typedef struct key_st { char c; /* String character. */ TKNS token; /* Token value. */ struct key_st *child; /* Pointer to sub-trie. */ } NODE;