malloc etc. tests: use volatile more consistently
[gnulib.git] / modules / wcscasecmp
blob2799816ad0887aec30afa84682a67dbdfe9031c4
1 Description:
2 wcscasecmp() function: compare two wide strings ignoring case.
4 Files:
5 lib/wcscasecmp.c
6 lib/wcscasecmp-impl.h
7 m4/wcscasecmp.m4
9 Depends-on:
10 wchar
11 wctype-h        [test $HAVE_WCSCASECMP = 0]
13 configure.ac:
14 gl_FUNC_WCSCASECMP
15 gl_CONDITIONAL([GL_COND_OBJ_WCSCASECMP], [test $HAVE_WCSCASECMP = 0])
16 gl_WCHAR_MODULE_INDICATOR([wcscasecmp])
18 Makefile.am:
19 if GL_COND_OBJ_WCSCASECMP
20 lib_SOURCES += wcscasecmp.c
21 endif
23 Include:
24 <wchar.h>
26 License:
27 LGPL
29 Maintainer:
30 all