ftello: Prefer stdckdint to intprops.
[gnulib.git] / modules / isblank
blobffbb16568a4bdb608dbe8b3e685bbb43f667a709
1 Description:
2 isblank() function: test whether a single-byte character is a blank.
4 Files:
5 lib/isblank.c
6 m4/isblank.m4
8 Depends-on:
9 extensions
10 ctype
12 configure.ac:
13 gl_FUNC_ISBLANK
14 gl_CONDITIONAL([GL_COND_OBJ_ISBLANK], [test $HAVE_ISBLANK = 0])
15 gl_MODULE_INDICATOR([isblank])
16 gl_CTYPE_MODULE_INDICATOR([isblank])
18 Makefile.am:
19 if GL_COND_OBJ_ISBLANK
20 lib_SOURCES += isblank.c
21 endif
23 Include:
24 <ctype.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all