summaryrefslogtreecommitdiff
path: root/strlcpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'strlcpy.h')
-rw-r--r--strlcpy.h4
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
3size_t strlcpy(char *dst, const char *src, size_t siz);
4#endif /* _STRLCPY_H */