656ab1ed131bad14d2d610d5f58da7daebc88b31
[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/susv3xbd/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.
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