Files
kernel/tools/perf/util/include/linux/string.h
T

4 lines
64 B
C
Raw Normal View History

#include <string.h>
2012-09-10 18:50:17 +02:00
void *memdup(const void *src, size_t len);