string.h 115 B

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