added header
This commit is contained in:
parent
04aba16c12
commit
fb97265f11
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
/*
|
||||||
|
* bsearch - binary search!
|
||||||
|
*
|
||||||
|
* This header is a part of the FENIX C Library and is free software.
|
||||||
|
* You can redistribute and/or modify it subject to the terms of the
|
||||||
|
* Clumsy Wolf Public License v4. For more details, see the file COPYING.
|
||||||
|
*
|
||||||
|
* The FENIX C Library is distributed WITH NO WARRANTY WHATSOEVER. See
|
||||||
|
* The CWPL for more details.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
void * bsearch(const void * key, const void * base, size_t nel, size_t width,
|
void * bsearch(const void * key, const void * base, size_t nel, size_t width,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue