strings: Add support for Minix.
[gnulib.git] / doc / posix-headers / strings.texi
1 @node strings.h
2 @section @file{strings.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html}
5
6 Gnulib module: strings
7
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
14
15 Portability problems not fixed by Gnulib:
16 @itemize
17 @item
18 This header file defines symbols, such as @samp{index}, often used for
19 variables, making debugging harder.
20 @end itemize