Blob


1 #include_next "string.h"
3 #include "../config.h"
5 #if !HAVE_STRLCPY
6 size_t strlcpy(char *, const char *, size_t);
7 #endif
9 #if !HAVE_STRLCAT
10 size_t strlcat(char *, const char *, size_t);
11 #endif