repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
isblank
blob
dd43acad1f0165e0026fe67f7496a159ba7ffb0e
1
Description:
2
isblank() function: test whether a single-byte character is a blank.
3
4
Files:
5
lib/isblank.c
6
m4/isblank.m4
7
8
Depends-on:
9
extensions
10
ctype
11
12
configure.ac:
13
gl_FUNC_ISBLANK
14
if test $HAVE_ISBLANK = 0; then
15
AC_LIBOBJ([isblank])
16
fi
17
gl_CTYPE_MODULE_INDICATOR([isblank])
18
19
Makefile.am:
20
21
Include:
22
<ctype.h>
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all