Blame


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