summaryrefslogtreecommitdiff
path: root/obt/bsearch.h
AgeCommit message (Expand)Author
2013-09-01Fix bugs and add unit tests for BSEARCH()Dana Jansens
2012-09-30Add another BSEARCH function that lets you search through an array of objects.Dana Jansens
2011-01-24oops, crash if searching for something smaller than * in the arrayDana Jansens
2010-04-16add some comments for binary searchDana Jansens
2010-03-29add BSEARCH() macros in obt/bsearch.h that to a binary search on an array, us...Dana Jansens