pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git] / modules / c32iscntrl
blob4fb648463f123db85ac1691b5cca09549302f7c5
1 Description:
2 c32iscntrl() function: test 32-bit wide character for being a control character.
4 Files:
5 lib/c32iscntrl.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
9 Depends-on:
10 uchar
11 wchar
12 wctype-h
13 localcharset    [test $REPLACE_MBSTATE_T = 1]
14 streq           [test $REPLACE_MBSTATE_T = 1]
15 unictype/ctype-cntrl
16 verify
18 configure.ac:
19 AC_REQUIRE([gl_UCHAR_H])
20 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
21 gl_UCHAR_MODULE_INDICATOR([c32iscntrl])
23 Makefile.am:
24 lib_SOURCES += c32iscntrl.c
26 Include:
27 <uchar.h>
29 License:
30 LGPLv3+ or GPLv2
32 Maintainer:
33 Bruno Haible