Incorporate existing strcasestr doc into new doc structure.
[gnulib.git] / doc / 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 functions @code{isw*} are missing on some platforms:
18 FreeBSD 4.11.
19 @item
20 The functions @code{isw*} are actually defined as macros that don't work,
21 on IRIX 5.3.
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize