Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f47671e2d861a2093179cd64dda22016664b2015
/
.
/
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
);