An implementation of threaded red/black trees. There are three interfaces: one with svalue index, one with svalue index and value, and one low-level interface to use with your own data. Left to do: Merge operations and gc helpers. Rev: src/rbtree.c:1.1 Rev: src/rbtree.h:1.1