Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / wcscat
blobeb895b42e319810c0d6a48bf7c74f156d1d6b637
1 Description:
2 wcscat() function: concatenate two wide strings.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcscat.c
12 lib/wcscat-impl.h
13 m4/wcscat.m4
15 Depends-on:
16 wchar
18 configure.ac:
19 gl_FUNC_WCSCAT
20 if test $HAVE_WCSCAT = 0; then
21   AC_LIBOBJ([wcscat])
23 gl_WCHAR_MODULE_INDICATOR([wcscat])
25 Makefile.am:
27 Include:
28 <wchar.h>
30 License:
31 LGPL
33 Maintainer:
34 all