summaryrefslogtreecommitdiff
path: root/modules/wcsncat
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wcsncat')
-rw-r--r--modules/wcsncat31
1 files changed, 31 insertions, 0 deletions
diff --git a/modules/wcsncat b/modules/wcsncat
new file mode 100644
index 0000000000..0bdc5103fb
--- /dev/null
+++ b/modules/wcsncat
@@ -0,0 +1,31 @@
+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
+gl_WCHAR_MODULE_INDICATOR([wcsncat])
+
+Makefile.am:
+
+Include:
+<wchar.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible