summaryrefslogtreecommitdiff
path: root/modules/isblank
blob: ff4831b16ec6866ff196090cd35ecb4abdadd8ee (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
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
if test $HAVE_ISBLANK = 0; then
  AC_LIBOBJ([isblank])
fi
gl_MODULE_INDICATOR([isblank])
gl_CTYPE_MODULE_INDICATOR([isblank])

Makefile.am:

Include:
<ctype.h>

License:
LGPLv2+

Maintainer:
all