blob: 97a80073822669accc928265fcf4b052c2e5c9cb [file] [log] [blame]
#include <string.h>
void *memdup(const void *src, size_t len);
int str_append(char **s, int *len, const char *a);