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, 16 Oct 2011 22:54:04 +0000 (18:54 -0400)
commit295ce2510f6c775e349fed14bd812747978c962e
tree753967e2e5e8441de493739c8a838cf7d7df88f1
parent26a1b3a1039f1259612cbbe34bd96ad6dbcdae59
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