af_alg: Improve function signature.
[gnulib.git] / modules / isblank
blobdd43acad1f0165e0026fe67f7496a159ba7ffb0e
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 if test $HAVE_ISBLANK = 0; then
15   AC_LIBOBJ([isblank])
17 gl_CTYPE_MODULE_INDICATOR([isblank])
19 Makefile.am:
21 Include:
22 <ctype.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all