verify: new macro 'assume'
[gnulib.git] / modules / wcsncasecmp
1 Description:
2 wcsncasecmp() function: compare two wide strings ignoring case.
3
4 Files:
5 lib/wcsncasecmp.c
6 lib/wcsncasecmp-impl.h
7 m4/wcsncasecmp.m4
8
9 Depends-on:
10 wchar
11 wctype-h        [test $HAVE_WCSNCASECMP = 0]
12
13 configure.ac:
14 gl_FUNC_WCSNCASECMP
15 if test $HAVE_WCSNCASECMP = 0; then
16   AC_LIBOBJ([wcsncasecmp])
17 fi
18 gl_WCHAR_MODULE_INDICATOR([wcsncasecmp])
19
20 Makefile.am:
21
22 Include:
23 <wchar.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible