Mercurial > hg > octave-kai > gnulib-hg
view modules/isblank @ 16455:cfdc186017be
New module 'fabsf-ieee'.
* modules/fabsf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 17:27:36 +0100 |
parents | 2f5bc02c2203 |
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: Bruno Haible