]> Git Repo - linux.git/blob - include/linux/bsearch.h
Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux
[linux.git] / include / linux / bsearch.h
1 #ifndef _LINUX_BSEARCH_H
2 #define _LINUX_BSEARCH_H
3
4 #include <linux/types.h>
5
6 void *bsearch(const void *key, const void *base, size_t num, size_t size,
7               int (*cmp)(const void *key, const void *elt));
8
9 #endif /* _LINUX_BSEARCH_H */
This page took 0.027876 seconds and 4 git commands to generate.