1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description:
iswpunct() function: test wide character for being a punctuation or symbol
character.
Files:
lib/iswpunct.c
m4/iswpunct.m4
Depends-on:
wctype-h
configure.ac:
gl_FUNC_ISWPUNCT
gl_CONDITIONAL([GL_COND_OBJ_ISWPUNCT],
[! { test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; } && test $REPLACE_ISWPUNCT = 1])
gl_WCTYPE_MODULE_INDICATOR([iswpunct])
Makefile.am:
if GL_COND_OBJ_ISWPUNCT
lib_SOURCES += iswpunct.c
endif
Include:
<wctype.h>
License:
LGPLv2+
Maintainer:
Bruno Haible
|