select: Fix "warning: no previous prototype for function".
[gnulib.git] / modules / c32isgraph
blob9c14ab043a5ec0bc0f752443872a7c7907429422
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
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-graph
16 verify
18 configure.ac:
19 AC_REQUIRE([gl_UCHAR_H])
20 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
21 gl_UCHAR_MODULE_INDICATOR([c32isgraph])
23 Makefile.am:
24 lib_SOURCES += c32isgraph.c
26 Include:
27 <uchar.h>
29 License:
30 LGPLv3+ or GPLv2
32 Maintainer:
33 Bruno Haible