Blame


1 83f0f95a 2022-09-29 op #include_next "string.h"
2 83f0f95a 2022-09-29 op
3 83f0f95a 2022-09-29 op #include "../config.h"
4 83f0f95a 2022-09-29 op
5 83f0f95a 2022-09-29 op #if !HAVE_STRLCPY
6 83f0f95a 2022-09-29 op size_t strlcpy(char *, const char *, size_t);
7 83f0f95a 2022-09-29 op #endif
8 83f0f95a 2022-09-29 op
9 83f0f95a 2022-09-29 op #if !HAVE_STRLCAT
10 83f0f95a 2022-09-29 op size_t strlcat(char *, const char *, size_t);
11 83f0f95a 2022-09-29 op #endif