* doc/headers/assert.texi (assert.h): Document assert module use.
[gnulib.git] / doc / headers / wctype.texi
1 @node wctype.h
2 @section @file{wctype.h}
3
4 Gnulib module: wctype
5
6 Portability problems fixed by Gnulib:
7 @itemize
8 @item
9 This header file is missing on some platforms:
10 HP-UX 11.00, BeOS.
11 @item
12 This header file is not self-contained on some platforms:
13 Solaris 2.5, OSF/1 with Desktop Toolkit C, BSD/OS 4.0.1.
14 @item
15 The functions @code{isw*} are missing on some platforms:
16 FreeBSD 4.11.
17 @item
18 The functions @code{isw*} are actually defined as macros that don't work,
19 on IRIX 5.3.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize