repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
isblank
blob
ff4831b16ec6866ff196090cd35ecb4abdadd8ee
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_MODULE_INDICATOR([isblank])
18
gl_CTYPE_MODULE_INDICATOR([isblank])
19
20
Makefile.am:
21
22
Include:
23
<ctype.h>
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all