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