verify: new macro 'assume'
[gnulib.git] / modules / wcsxfrm
1 Description:
2 wcsxfrm() function: transform wide string for comparison using the current
3 locale.
4
5 Files:
6 lib/wcsxfrm.c
7 lib/wcsxfrm-impl.h
8 m4/wcsxfrm.m4
9
10 Depends-on:
11 wchar
12
13 configure.ac:
14 gl_FUNC_WCSXFRM
15 if test $HAVE_WCSXFRM = 0; then
16   AC_LIBOBJ([wcsxfrm])
17 fi
18 gl_WCHAR_MODULE_INDICATOR([wcsxfrm])
19
20 Makefile.am:
21
22 Include:
23 <wchar.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible