view modules/iswctype @ 14320:9a2d4c1b2034

New module 'iswctype'. * modules/iswctype: New file. * lib/wctype.in.h (iswctype): New declaration. * lib/iswctype.c: New file. * lib/iswctype-impl.h: New file. * m4/iswctype.m4: New file. * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether iswctype is declared. (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_ISWCTYPE. * modules/wctype-h (Makefile.am): Substitute GNULIB_ISWCTYPE. * tests/test-wctype-h-c++.cc: Test the declaration of iswctype. * doc/posix-functions/iswctype.texi: Mention the new module and the HP-UX 11.00 problem.
author Bruno Haible <bruno@clisp.org>
date Sun, 06 Feb 2011 23:59:34 +0100
parents
children 5c6bb8156fc6
line wrap: on
line source

Description:
iswctype() function: test whether a wide character has a given property.

Status:
obsolete

Notice:
This module is obsolete.

Files:
lib/iswctype.c
lib/iswctype-impl.h
m4/iswctype.m4

Depends-on:
wctype-h

configure.ac:
gl_FUNC_ISWCTYPE
gl_WCTYPE_MODULE_INDICATOR([iswctype])

Makefile.am:

Include:
<wctype.h>

License:
LGPL

Maintainer:
Bruno Haible