1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/doc/posix-headers/regex.texi

21 lines
440 B
Plaintext

@node regex.h
@section @file{regex.h}
POSIX specification: @url{http://www.opengroup.org/susv3xbd/regex.h.html}
Gnulib module: regex
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw.
@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