diff options
Diffstat (limited to 'strlcpy.h')
-rw-r--r-- | strlcpy.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ | |||
1 | #ifndef _STRLCPY_H | 1 | #ifndef _STRLCPY_H |
2 | #define _STRLCPY_H | 2 | #define _STRLCPY_H |
3 | |||
4 | #include "config.h" | ||
5 | #ifndef HAVE_STRLCPY | ||
3 | size_t strlcpy(char *dst, const char *src, size_t siz); | 6 | size_t strlcpy(char *dst, const char *src, size_t siz); |
7 | #endif /* !HAVE_STRLCPY */ | ||
8 | |||
4 | #endif /* _STRLCPY_H */ | 9 | #endif /* _STRLCPY_H */ |