Files
linux-apfs/tools/perf/util/include/linux/string.h
T

5 lines
115 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);
2013-04-20 11:02:28 -07:00
int str_append(char **s, int *len, const char *a);