This is the ubiqx binary tree and linked list library.
commit3590a783338defa4ff1385b2d5bb095c5051ac82
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)
tree711167878c3e7d0e9d69842c4bfcbb3ff884b213
parent6fffcff57d20690546a545ddd95a5d3d2c329715
This is the ubiqx binary tree and linked list library.
This library is being included as part of the Samba distribution.
(Hurray!)
source/ubiqx/ubi_AVLtree.c [new file with mode: 0644]
source/ubiqx/ubi_AVLtree.h [new file with mode: 0644]
source/ubiqx/ubi_BinTree.c [new file with mode: 0644]
source/ubiqx/ubi_BinTree.h [new file with mode: 0644]
source/ubiqx/ubi_SplayTree.c [new file with mode: 0644]
source/ubiqx/ubi_SplayTree.h [new file with mode: 0644]
source/ubiqx/ubi_dLinkList.c [new file with mode: 0644]
source/ubiqx/ubi_dLinkList.h [new file with mode: 0644]