Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
fio
/
refs/heads/cpuclock-test
/
.
/
oslib
/
strndup.h
blob: 2cb904dab0b76448c59172f80084b9a96075d023 [
file
] [
log
] [
blame
]
#include
<string.h>
#ifndef
CONFIG_HAVE_STRNDUP
char
*
strndup
(
const
char
*
s
,
size_t
n
);
#endif