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, 5 Oct 2011 17:34:37 +0000 (13:34 -0400)
commitb2406996ac16e82b15845ce0c2c734d83aed2ce3
tree1df6a9a0224c99a7ca6aa3fc870080b20b5e5bd1
parent465828efba65f3ff897022f5dab59cc99cc19345
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