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