]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:16:14 +0000 (06:16 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Jul 2003 06:16:14 +0000 (06:16 +0000)
lib/xstrndup.h [new file with mode: 0644]

diff --git a/lib/xstrndup.h b/lib/xstrndup.h
new file mode 100644 (file)
index 0000000..27afc40
--- /dev/null
@@ -0,0 +1,2 @@
+#include <stddef.h>
+char *xstrndup (char const *s, size_t n);