Parent Directory
|
Revision Log
|
Patch
| Revision 1.2 by sysadm, Fri May 16 04:54:35 2025 UTC | Revision 1.3 by sysadm, Sat May 17 02:41:19 2025 UTC | |
|---|---|---|
| # | Line 19 | Line 19 |
| 19 | ||
| 20 | #include <stdint.h> | #include <stdint.h> |
| 21 | ||
| 22 | #define TRIE_CHILDREN 63 // A-Za-z0-9_ | #define TRIE_CHILDREN 256 |
| 23 | #define TRIE_MAX_KEY_LEN 1023 | #define TRIE_MAX_KEY_LEN 1023 |
| 24 | ||
| 25 | struct trie_node_t | struct trie_node_t |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |