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>
Sun, 30 Sep 2012 18:50:30 +0000 (14:50 -0400)
commit7d32190a4cce0a579e187998ec5f834a3b8932e5
tree3e65b2186c2461ab7b599846853e5477b8ff96af
parent30fe9697dfd7276a8d18cdecde9809eeec80bf0d
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