COHERENT help

This page displays the COHERENT help information for bsearch.

Listing of available help pages


bsearch() -- Search an array

#include <stdlib.h>
char *bsearch(key, array, number, size, comparison)
char *key, *array;
size_t number, size;
int (*comparison)();