Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bcc298bc924e0a990f853ba3e19f8b5a833cba7e
/
.
/
tools
/
perf
/
util
/
include
/
linux
/
string.h
blob: 97a80073822669accc928265fcf4b052c2e5c9cb [
file
] [
log
] [
blame
]
#include
<string.h>
void
*
memdup
(
const
void
*
src
,
size_t
len
);
int
str_append
(
char
**
s
,
int
*
len
,
const
char
*
a
);