summaryrefslogtreecommitdiffstats
path: root/lib/xstrncpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xstrncpy.h')
-rw-r--r--lib/xstrncpy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xstrncpy.h b/lib/xstrncpy.h
new file mode 100644
index 000000000..05c8fa26f
--- /dev/null
+++ b/lib/xstrncpy.h
@@ -0,0 +1 @@
+extern void xstrncpy(char *dest, const char *src, size_t n);