Add another BSEARCH function that lets you search through an array of objects.
authorDana Jansens <danakj@orodu.net>
Thu, 27 Jan 2011 22:23:47 +0000 (17:23 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Aug 2011 21:44:56 +0000 (17:44 -0400)
commitae2782fba1b3f8b2a5deb8e7e7a1077c622b63b1
tree51f22efe1694557eacbd5f5b4d12f77f22ff88eb
parentd1c9c4cee66b54aa3a3c92af8bdf611562f12c4f
Add another BSEARCH function that lets you search through an array of objects.

If you give it a value x, the macro lets you pull a value out of each object
that you want to compare to x.
obt/bsearch.h
obt/paths.c