summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 06:16:14 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 06:16:14 +0000
commit789e064aafbbae7718966ac4d50e3ee9de2d5afe (patch)
treea2be73b95bed3ab91f29fe7881e2833440acc616 /lib
parent8c0ec86f25e8a2865daf8e813471d936969f0771 (diff)
downloadcoreutils-789e064aafbbae7718966ac4d50e3ee9de2d5afe.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/xstrndup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xstrndup.h b/lib/xstrndup.h
new file mode 100644
index 000000000..27afc401d
--- /dev/null
+++ b/lib/xstrndup.h
@@ -0,0 +1,2 @@
+#include <stddef.h>
+char *xstrndup (char const *s, size_t n);