This is the ubiqx binary tree and linked list library.
commit33d8f5ecbb869edbdfe0f958c989a3fcb7a056ff
authorChristopher R. Hertel <crh@samba.org>
Fri, 10 Oct 1997 14:46:43 +0000 (10 14:46 +0000)
committerChristopher R. Hertel <crh@samba.org>
Fri, 10 Oct 1997 14:46:43 +0000 (10 14:46 +0000)
tree3747334797b6a3aac3602605a3d5e73694e58c5d
parentaaeb11af0eb6d95cc1c684ea9cf588f9441b31f9
This is the ubiqx binary tree and linked list library.
This library is being included as part of the Samba distribution.
(Hurray!)
(This used to be commit 3590a783338defa4ff1385b2d5bb095c5051ac82)
source3/ubiqx/ubi_AVLtree.c [new file with mode: 0644]
source3/ubiqx/ubi_AVLtree.h [new file with mode: 0644]
source3/ubiqx/ubi_BinTree.c [new file with mode: 0644]
source3/ubiqx/ubi_BinTree.h [new file with mode: 0644]
source3/ubiqx/ubi_SplayTree.c [new file with mode: 0644]
source3/ubiqx/ubi_SplayTree.h [new file with mode: 0644]
source3/ubiqx/ubi_dLinkList.c [new file with mode: 0644]
source3/ubiqx/ubi_dLinkList.h [new file with mode: 0644]