From 789e064aafbbae7718966ac4d50e3ee9de2d5afe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 23 Jul 2003 06:16:14 +0000 Subject: [PATCH] *** empty log message *** --- lib/xstrndup.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/xstrndup.h diff --git a/lib/xstrndup.h b/lib/xstrndup.h new file mode 100644 index 0000000000..27afc401d1 --- /dev/null +++ b/lib/xstrndup.h @@ -0,0 +1,2 @@ +#include +char *xstrndup (char const *s, size_t n); -- 2.47.2