Mercurial > hg > octave-nkf > gnulib-hg
view modules/iswblank @ 16681:14592d8d106b
Tests for module 'log2l'.
* modules/log2l-tests: New file.
* tests/test-log2l.c: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Mar 2012 20:50:40 +0100 |
parents | cd6efb0e5a9c |
children | 1f14c6dd175d |
line wrap: on
line source
Description: iswblank() function: test wide character for being blank. Files: lib/iswblank.c m4/iswblank.m4 Depends-on: wctype-h extensions configure.ac: gl_FUNC_ISWBLANK if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then : else if test $HAVE_ISWBLANK = 0 || test $REPLACE_ISWBLANK = 1; then AC_LIBOBJ([iswblank]) fi fi gl_WCTYPE_MODULE_INDICATOR([iswblank]) Makefile.am: Include: <wctype.h> License: LGPLv2+ Maintainer: Bruno Haible