repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
iswctype
blob
9fce6842980512951692c1541578a66545373a09
1
Description:
2
iswctype() function: test whether a wide character has a given property.
3
4
Status:
5
obsolete
6
7
Notice:
8
This module is obsolete.
9
10
Files:
11
lib/iswctype.c
12
lib/iswctype-impl.h
13
m4/iswctype.m4
14
15
Depends-on:
16
wctype-h
17
18
configure.ac:
19
gl_FUNC_ISWCTYPE
20
if test $HAVE_WCTYPE_T = 0 || test $GNULIB_OVERRIDES_WINT_T = 1; then
21
AC_LIBOBJ([iswctype])
22
fi
23
gl_WCTYPE_MODULE_INDICATOR([iswctype])
24
25
Makefile.am:
26
27
Include:
28
<wctype.h>
29
30
License:
31
LGPL
32
33
Maintainer:
34
all