diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-27 13:42:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-27 13:42:43 +1000 |
commit | d4a8b7e34dd619a4debf9a206c81db26d1402ea6 (patch) | |
tree | a47d770a2f790f40d18b0982d4e55fa7cfb1fa3b /strlcpy.h |
Initial revision
Diffstat (limited to 'strlcpy.h')
-rw-r--r-- | strlcpy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/strlcpy.h b/strlcpy.h new file mode 100644 index 000000000..824df300c --- /dev/null +++ b/strlcpy.h | |||
@@ -0,0 +1,4 @@ | |||
1 | #ifndef _STRLCPY_H | ||
2 | #define _STRLCPY_H | ||
3 | size_t strlcpy(char *dst, const char *src, size_t siz); | ||
4 | #endif /* _STRLCPY_H */ | ||