1Description:
2wcsdup() function: duplicate a wide string.
3
4Files:
5lib/wcsdup.c
6lib/wcsdup-impl.h
7m4/wcsdup.m4
8
9Depends-on:
10wchar
11wcslen          [test $HAVE_WCSDUP = 0]
12wmemcpy         [test $HAVE_WCSDUP = 0]
13
14configure.ac:
15gl_FUNC_WCSDUP
16if test $HAVE_WCSDUP = 0; then
17  AC_LIBOBJ([wcsdup])
18fi
19gl_WCHAR_MODULE_INDICATOR([wcsdup])
20
21Makefile.am:
22
23Include:
24<wchar.h>
25
26License:
27LGPL
28
29Maintainer:
30Bruno Haible
31