timespec-sub: Fix compilation error on clang.
[gnulib.git] / modules / unicase / u16-is-lowercase
blob266bed1659f952162c5355156ef702f6e2b02428
1 Description:
2 Test whether an UTF-16 string is entirely lower case.
4 Files:
5 lib/unicase/u16-is-lowercase.c
7 Depends-on:
8 unicase/base
9 unicase/u16-is-invariant
10 unicase/u16-tolower
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([1.1], [unicase/u16-is-lowercase])
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICASE_U16_IS_LOWERCASE
17 lib_SOURCES += unicase/u16-is-lowercase.c
18 endif
20 Include:
21 "unicase.h"
23 License:
24 LGPLv3+ or GPLv2+
26 Maintainer:
27 all