]> mj.ucw.cz Git - libucw.git/commit
UCWLib:
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 29 Feb 2008 16:43:55 +0000 (17:43 +0100)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 29 Feb 2008 16:43:55 +0000 (17:43 +0100)
commit31c3d7a734fd30ff849385c5a1c5999b6658cc1d
tree23986dd220c53df7b3fa7763d1ac73db9c68efb0
parentc09b8b755ca6c4e90b65c051673dfa5d808e0f3d
UCWLib:
Implemented tries... it seems to work, but I will probably reread
and simplify some parts of the code (it became quite complex because of
several fixed special cases).
lib/Makefile
lib/trie-test.c [new file with mode: 0644]
lib/trie-test.t [new file with mode: 0644]
lib/trie.h [new file with mode: 0644]