]> Git Repo - linux.git/blob - tools/perf/util/include/linux/string.h
x86, reboot: Add EFI and CF9 reboot methods into the default list
[linux.git] / tools / perf / util / include / linux / string.h
1 #include <string.h>
2
3 void *memdup(const void *src, size_t len);
4 int str_append(char **s, int *len, const char *a);
This page took 0.028693 seconds and 4 git commands to generate.