Hash :
74df68b3
Author :
Date :
2011-02-06T04:02:48
New module 'wcscat'. * modules/wcscat: New file. * lib/wchar.in.h (wcscat): New declaration. * lib/wcscat.c: New file. * lib/wcscat-impl.h: New file, from libutf8 with modifications. * m4/wcscat.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wcscat is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSCAT, HAVE_WCSCAT. * modules/wchar (Makefile.am): Substitute GNULIB_WCSCAT, HAVE_WCSCAT. * tests/test-wchar-c++.cc: Test the declaration of wcscat. * doc/posix-functions/wcscat.texi: Mention the new module.
Description:
wcscat() function: concatenate two wide strings.
Status:
obsolete
Notice:
This module is obsolete.
Files:
lib/wcscat.c
lib/wcscat-impl.h
m4/wcscat.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WCSCAT
gl_WCHAR_MODULE_INDICATOR([wcscat])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible