M7350/kernel/tools/perf/util/include/linux/string.h

4 lines
64 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#include <string.h>
2024-09-09 08:57:42 +00:00
void *memdup(const void *src, size_t len);