From d7b9fe130c2305d44fa1023283d3c2fcd389ba93 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 11 Jan 2012 10:40:10 +0000 Subject: Add the output of bootstrap --- gnulib | 1 - gnulib/lib/unistr/u16-strncpy.c | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) delete mode 160000 gnulib create mode 100644 gnulib/lib/unistr/u16-strncpy.c (limited to 'gnulib/lib/unistr/u16-strncpy.c') diff --git a/gnulib b/gnulib deleted file mode 160000 index 4fc10daa..00000000 --- a/gnulib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4fc10daa05477586fea99b6b3ca02a87d1102fa1 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 , 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 . */ + +#include + +/* Specification. */ +#include "unistr.h" + +#define FUNC u16_strncpy +#define UNIT uint16_t +#include "u-strncpy.h" -- cgit v1.2.1