Sign in
gem5
/
arm
/
linux-arm-legacy
/
c1ee9fd6d2f5d41d553dcb976f64ec4589fca2cb
/
.
/
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
);