repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Staging: comedi: integer overflow in do_insnlist_ioctl()"
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
bsearch.h
blob
90b1aa867224140aae88f5f32be48f7379728371
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 */