tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
[deliverable/linux.git] / tools / include / linux / string.h
1 #ifndef _TOOLS_LINUX_STRING_H_
2 #define _TOOLS_LINUX_STRING_H_
3
4
5 #include <linux/types.h> /* for size_t */
6
7 void *memdup(const void *src, size_t len);
8
9 #endif /* _LINUX_STRING_H_ */
This page took 0.066124 seconds and 5 git commands to generate.