1#include <string.h>
2
3void *memdup(const void *src, size_t len);
4int str_append(char **s, int *len, const char *a);
5