1Description:
2wcscat() function: concatenate two wide strings.
3
4Status:
5obsolete
6
7Notice:
8This module is obsolete.
9
10Files:
11lib/wcscat.c
12lib/wcscat-impl.h
13m4/wcscat.m4
14
15Depends-on:
16wchar
17
18configure.ac:
19gl_FUNC_WCSCAT
20if test $HAVE_WCSCAT = 0; then
21  AC_LIBOBJ([wcscat])
22fi
23gl_WCHAR_MODULE_INDICATOR([wcscat])
24
25Makefile.am:
26
27Include:
28<wchar.h>
29
30License:
31LGPL
32
33Maintainer:
34all
35