Description: isgraph_l() function: test whether a single-byte character is graphic. Files: lib/isgraph_l.c lib/is_l-impl.h m4/isgraph_l.m4 m4/intl-thread-locale.m4 Depends-on: ctype-h locale-h extensions configure.ac: gl_FUNC_ISGRAPH_L gl_CONDITIONAL([GL_COND_OBJ_ISGRAPH_L], [test $HAVE_ISGRAPH_L = 0]) gl_MODULE_INDICATOR([isgraph_l]) gl_CTYPE_MODULE_INDICATOR([isgraph_l]) Makefile.am: if GL_COND_OBJ_ISGRAPH_L lib_SOURCES += isgraph_l.c endif Include: License: LGPLv2+ Maintainer: all