Branch
Hash :
3d0b3c0a
Author :
Date :
2025-02-13T21:00:06
Rename module ctype to ctype-h. * modules/ctype-h: Renamed from modules/ctype. * modules/ctype-h-tests: Renamed from modules/ctype-tests. * modules/ctype-h-c++-tests: Renamed from modules/ctype-c++-tests. * tests/test-ctype-h.c: Renamed from tests/test-ctype.c. * tests/test-ctype-h-c++.cc: Renamed from tests/test-ctype-c++.cc. * tests/test-ctype-h-c++2.cc: Renamed from tests/test-ctype-c++2.cc. * doc/posix-headers/ctype.texi: Update. * modules/* (Depends-on): Update. * modules/ctype: New file.
Description:
isblank() function: test whether a single-byte character is a blank.
Files:
lib/isblank.c
m4/isblank.m4
Depends-on:
extensions
ctype-h
configure.ac:
gl_FUNC_ISBLANK
gl_CONDITIONAL([GL_COND_OBJ_ISBLANK], [test $HAVE_ISBLANK = 0])
gl_MODULE_INDICATOR([isblank])
gl_CTYPE_MODULE_INDICATOR([isblank])
Makefile.am:
if GL_COND_OBJ_ISBLANK
lib_SOURCES += isblank.c
endif
Include:
<ctype.h>
License:
LGPLv2+
Maintainer:
all