view modules/isblank @ 40209:c43e83386661

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 08 Mar 2019 09:27:47 -0800
parents 1f14c6dd175d
children
line wrap: on
line source

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_CTYPE_MODULE_INDICATOR([isblank])

Makefile.am:

Include:
<ctype.h>

License:
LGPLv2+

Maintainer:
all