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