avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-headers / wctype.texi
1 @node wctype.h
2 @section @file{wctype.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/susv3xbd/wctype.h.html}
5
6 Gnulib module: wctype
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 HP-UX 11.00, BeOS.
13 @item
14 This header file is not self-contained on some platforms:
15 Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
16 @item
17 The type @code{wint_t} and macro @code{WEOF} are missing on some platforms:
18 IRIX 5.3.
19 @item
20 The functions @code{isw*} are missing on some platforms:
21 FreeBSD 4.11.
22 @item
23 The functions @code{isw*} are actually defined as macros that don't work,
24 on IRIX 5.3.
25 @end itemize
26
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize