avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / memcmp.texi
1 @node memcmp
2 @section @code{memcmp}
3 @findex memcmp
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memcmp.html}
6
7 Gnulib module: memcmp
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some older platforms.
13 @item
14 This function does not work on 8-bit data on some older platforms:
15 SunOS 4.1.3.
16 @item
17 This function fails when comparing 16 bytes or more and with at least one
18 buffer not starting on a 4-byte boundary on some older platforms:
19 NeXTstep/x86.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize