31 lines
434 B
Plaintext
31 lines
434 B
Plaintext
Description:
|
|
isblank() function: test whether a single-byte character is a blank.
|
|
|
|
Files:
|
|
lib/isblank.c
|
|
m4/isblank.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
ctype
|
|
|
|
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
|