regex: Use space optimization also with clang.
[gnulib.git] / doc / posix-headers / wctype.texi
blobb97d4919cb8c149ffa4f3e80ba10314bb08a232e
1 @node wctype.h
2 @section @file{wctype.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wctype.h.html}
6 Gnulib module: wctype-h
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 HP-UX 11.00.
13 @item
14 The type @code{wint_t} is incorrect on some platforms:
15 mingw, MSVC 14.
16 @item
17 The functions @code{isw*} are missing on some platforms:
18 FreeBSD 4.11.
19 @item
20 The function @code{iswblank} is declared but not defined on some platforms:
21 IRIX 6.5.30.
22 @end itemize
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @end itemize