verify: new macro 'assume'
[gnulib.git] / modules / wcpcpy
1 Description:
2 wcpcpy() function: copy a wide string.
3
4 Status:
5 obsolete
6
7 Notice:
8 This module is obsolete.
9
10 Files:
11 lib/wcpcpy.c
12 lib/wcpcpy-impl.h
13 m4/wcpcpy.m4
14
15 Depends-on:
16 extensions
17 wchar
18
19 configure.ac:
20 gl_FUNC_WCPCPY
21 if test $HAVE_WCPCPY = 0; then
22   AC_LIBOBJ([wcpcpy])
23 fi
24 gl_WCHAR_MODULE_INDICATOR([wcpcpy])
25
26 Makefile.am:
27
28 Include:
29 <wchar.h>
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible