manywarnings: update C warnings for GCC 14
[gnulib.git] / modules / c32isgraph
blob48b5e7b10ad078d4943b0bec35c40028fac724f0
1 Description:
2 c32isgraph() function: test 32-bit wide character for being graphic.
4 Files:
5 lib/c32isgraph.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
8 m4/mbrtowc.m4
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
14 Depends-on:
15 uchar
16 wchar
17 wctype-h
18 localcharset    [test $REPLACE_MBSTATE_T = 1]
19 streq           [test $REPLACE_MBSTATE_T = 1]
20 unictype/ctype-graph
21 assert-h
23 configure.ac:
24 AC_REQUIRE([gl_UCHAR_H])
25 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
26 dnl determined.  It describes how mbrtoc32 is implemented.
27 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
28 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
29 gl_UCHAR_MODULE_INDICATOR([c32isgraph])
31 Makefile.am:
32 lib_SOURCES += c32isgraph.c
34 Include:
35 <uchar.h>
37 Link:
38 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
39 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
41 License:
42 LGPLv2+
44 Maintainer:
45 Bruno Haible