53
53
my_str_malloc() and my_str_free() are assigned to implementations in
54
54
strings/alloc.c, but can be overridden in the calling program.
59
65
char *my_stpncpy(register char *dst, register const char *src, size_t n);
60
66
char *my_stpcpy(register char *dst, register const char *src);