summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-headers/wctype.texi
blob: d3438e48b63ae021b9d89adbbf245c504d9c77e1 (plain)
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
@node wctype.h
@section @file{wctype.h}

POSIX specification: @url{http://www.opengroup.org/susv3xbd/wctype.h.html}

Gnulib module: wctype

Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
HP-UX 11.00, BeOS.
@item
This header file is not self-contained on some platforms:
Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
@item
The type @code{wint_t} and macro @code{WEOF} are missing on some platforms:
IRIX 5.3.
@item
The functions @code{isw*} are missing on some platforms:
FreeBSD 4.11.
@item
The functions @code{isw*} are actually defined as macros that don't work,
on IRIX 5.3.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize