summaryrefslogtreecommitdiff
path: root/gnulib/lib/unistr/u16-strncpy.c
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-11 10:40:10 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-11 10:40:10 +0000
commitd7b9fe130c2305d44fa1023283d3c2fcd389ba93 (patch)
tree7dc59876c667dfdf4878fb7fbd4e50778e434115 /gnulib/lib/unistr/u16-strncpy.c
parentb31314228cd6cef717e0d994ddf2291cbd233205 (diff)
downloadm4-d7b9fe130c2305d44fa1023283d3c2fcd389ba93.tar.gz
Add the output of bootstrap
Diffstat (limited to 'gnulib/lib/unistr/u16-strncpy.c')
m---------gnulib0
-rw-r--r--gnulib/lib/unistr/u16-strncpy.c25
2 files changed, 25 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/lib/unistr/u16-strncpy.c b/gnulib/lib/unistr/u16-strncpy.c
new file mode 100644
index 00000000..bd2eb6f6
--- /dev/null
+++ b/gnulib/lib/unistr/u16-strncpy.c
@@ -0,0 +1,25 @@
+/* Copy UTF-16 string.
+ Copyright (C) 1999, 2002, 2006, 2009-2010 Free Software Foundation, Inc.
+ Written by Bruno Haible <bruno@clisp.org>, 2002.
+
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+#include <config.h>
+
+/* Specification. */
+#include "unistr.h"
+
+#define FUNC u16_strncpy
+#define UNIT uint16_t
+#include "u-strncpy.h"