strnlen: port to Android 5.0 (API 21)
[gnulib.git] / modules / wcscat
blob80c74e2273bc04b29eaf0eccb8c7581a12fe62c4
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 gl_CONDITIONAL([GL_COND_OBJ_WCSCAT], [test $HAVE_WCSCAT = 0])
21 gl_WCHAR_MODULE_INDICATOR([wcscat])
23 Makefile.am:
24 if GL_COND_OBJ_WCSCAT
25 lib_SOURCES += wcscat.c
26 endif
28 Include:
29 <wchar.h>
31 License:
32 LGPL
34 Maintainer:
35 all