regex: Use space optimization also with clang.
[gnulib.git] / doc / posix-headers / strings.texi
blob59c69fade667fb550fa13472fafd34bcbac65b3c
1 @node strings.h
2 @section @file{strings.h}
4 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html}
6 Gnulib module: strings
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is not self-contained on some platforms:
12 Minix 3.1.8.
13 @end itemize
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This header file is missing on some platforms:
19 MSVC 14.
20 @item
21 This header file defines symbols, such as @samp{index}, often used for
22 variables, making debugging harder.
23 @end itemize