If I'm going to publish Tweak, it seems unfriendly to require people
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 Nov 2004 13:00:45 +0000 (13:00 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 Nov 2004 13:00:45 +0000 (13:00 +0000)
commite7f01466d20b1aa11b14337638b7befa8f85d6e3
tree4fac9cdcefc2d6f92ad523bec76d88f7bb3549c2
If I'm going to publish Tweak, it seems unfriendly to require people
to check out my `misc' directory full of random oddities to get the
btree code. Hence, here's a new top-level directory called `library',
which contains anything I'm actually likely to have other modules
depend on.

git-svn-id: svn://svn.tartarus.org/sgt/library@4826 cda61777-01e9-0310-a592-d414129be87e
btree.c [new file with mode: 0644]
btree.h [new file with mode: 0644]
tree234.c [new file with mode: 0644]
tree234.h [new file with mode: 0644]