ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / wcpcpy
blob378f70e607b5064a6b0ebf66a448299860055925
1 Description:
2 wcpcpy() function: copy a wide string.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.
10 Files:
11 lib/wcpcpy.c
12 lib/wcpcpy-impl.h
13 m4/wcpcpy.m4
15 Depends-on:
16 extensions
17 wchar
19 configure.ac:
20 gl_FUNC_WCPCPY
21 if test $HAVE_WCPCPY = 0; then
22   AC_LIBOBJ([wcpcpy])
24 gl_WCHAR_MODULE_INDICATOR([wcpcpy])
26 Makefile.am:
28 Include:
29 <wchar.h>
31 License:
32 LGPL
34 Maintainer:
35 all