*printf* tests: Remove unused includes.
[gnulib.git] / modules / wcsncasecmp
bloba3453b654ebbcf0d439833d57fe2b91b0145e3af
1 Description:
2 wcsncasecmp() function: compare two wide strings ignoring case.
4 Files:
5 lib/wcsncasecmp.c
6 lib/wcsncasecmp-impl.h
7 m4/wcsncasecmp.m4
9 Depends-on:
10 wchar
11 wctype-h        [test $HAVE_WCSNCASECMP = 0]
13 configure.ac:
14 gl_FUNC_WCSNCASECMP
15 gl_CONDITIONAL([GL_COND_OBJ_WCSNCASECMP], [test $HAVE_WCSNCASECMP = 0])
16 gl_WCHAR_MODULE_INDICATOR([wcsncasecmp])
18 Makefile.am:
19 if GL_COND_OBJ_WCSNCASECMP
20 lib_SOURCES += wcsncasecmp.c
21 endif
23 Include:
24 <wchar.h>
26 License:
27 LGPL
29 Maintainer:
30 all