This repository is deprecated! I am moving all my single-file libraries to a shared repository at https://github.com/ennorehling/clibs
Implementation of djb's critbit tree structure, a clever kind of trie that allows fast search among a set of strings, including prefix-search.
See also: djb's site