1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/isgraph_l
Bruno Haible ef40133004 isgraph_l: New module.
* lib/ctype.in.h: (isgraph_l): New declaration.
* lib/isgraph_l.c: New file.
* m4/isgraph_l.m4: New file.
* m4/ctype_h.m4 (gl_CTYPE_H): Test for isgraph_l.
(gl_CTYPE_H_REQUIRE_DEFAULTS): Initialize GNULIB_ISGRAPH_L.
(gl_CTYPE_H_DEFAULTS): Initialize HAVE_ISGRAPH_L.
* modules/ctype-h (Makefile.am): Substitute GNULIB_ISGRAPH_L,
HAVE_ISGRAPH_L.
* modules/isgraph_l: New file.
* tests/test-ctype-h-c++.cc: Check declaration of isgraph_l.
* doc/posix-functions/isgraph_l.texi: Mention the new module.
2025-02-15 19:54:09 +01:00

34 lines
506 B
Plaintext

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:
<ctype.h>
License:
LGPLv2+
Maintainer:
all