|
C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
|
Public Attributes | |
| struct trie_node * | children [26] |
| bool | terminal |
| struct trie_node* trie_node::children[26] |
Definition at line 11 of file trie.c.
Referenced by node_destroy(), trie_insert(), and walk().
| bool trie_node::terminal |
Definition at line 12 of file trie.c.
Referenced by trie_contains(), and trie_insert().