summaryrefslogtreecommitdiff
path: root/modules/isblank
blob: ffbb16568a4bdb608dbe8b3e685bbb43f667a709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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