avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / memchr.texi
1 @node memchr
2 @section @code{memchr}
3 @findex memchr
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memchr.html}
6
7 Gnulib module: memchr
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some older platforms.
13
14 @item
15 This function dereferences too much memory on some platforms:
16 glibc 2.10 on x86_64, IA-64, Alpha.
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @end itemize