aboutsummaryrefslogtreecommitdiff
path: root/trie.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-22 11:41:52 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-22 11:41:52 +0100
commiteb823898c385bb3a58c9641a988e6260a7d45176 (patch)
tree8bfa8f50ecd5c453dae771db2489aa2be97bef36 /trie.c
parentReplace some stack allocations with SNEW. (diff)
downloadcalp-eb823898c385bb3a58c9641a988e6260a7d45176.tar.gz
calp-eb823898c385bb3a58c9641a988e6260a7d45176.tar.xz
Add trie data structure.
Diffstat (limited to 'trie.c')
-rw-r--r--trie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trie.c b/trie.c
new file mode 100644
index 00000000..aa83f622
--- /dev/null
+++ b/trie.c
@@ -0,0 +1 @@
+#include "trie.h"