bsearch function


bsearch will look for an item in a list by performing a binry chop. The data should be pre-sorted for the search to work.


Library:   stdlib.h

Prototype:

Syntax:	 

See Also:


Example:

Search an integer list.


Top Master Index Keywords Functions


Martin Leslie