summaryrefslogtreecommitdiff
path: root/gnulib/modules/wcsncat
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/wcsncat')
m---------gnulib0
-rw-r--r--gnulib/modules/wcsncat34
2 files changed, 34 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/wcsncat b/gnulib/modules/wcsncat
new file mode 100644
index 0000000..a98a088
--- /dev/null
+++ b/gnulib/modules/wcsncat
@@ -0,0 +1,34 @@
+Description:
+wcsncat() function: append part of a wide string to a wide string.
+
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
+Files:
+lib/wcsncat.c
+lib/wcsncat-impl.h
+m4/wcsncat.m4
+
+Depends-on:
+wchar
+
+configure.ac:
+gl_FUNC_WCSNCAT
+if test $HAVE_WCSNCAT = 0; then
+ AC_LIBOBJ([wcsncat])
+fi
+gl_WCHAR_MODULE_INDICATOR([wcsncat])
+
+Makefile.am:
+
+Include:
+<wchar.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible