Merge branch 'stable'
[gnulib.git] / doc / posix-headers / regex.texi
1 @node regex.h
2 @section @file{regex.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html}
5
6 Gnulib module: regex
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw, MSVC 9.
13 @end itemize
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This header file is not self-contained on some platforms: it requires
19 @code{<sys/types.h>} to be included first.
20 @end itemize