This website requires JavaScript.
Explore
Help
Sign In
ukui
/
kernel
Watch
0
Star
0
Fork
0
You've already forked kernel
mirror of
https://github.com/ukui/kernel.git
synced
2026-03-09 10:07:04 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2be00c0fb5ae0794deffcdb0425cd5a8d823db0
kernel
/
tools
/
perf
/
util
/
include
/
linux
/
string.h
T
4 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
perf tools: Add missing tools/perf/util/include/string.h
2009-10-19 15:11:36 -02:00
#
include
<string.h>
perf tools: Add memdup function
2012-09-10 18:50:17 +02:00
void
*
memdup
(
const
void
*
src
,
size_t
len
)
;
Reference in New Issue
Copy Permalink