doc: use ASCII in .texi files where UTF-8 isn't needed
[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 or memchr-obsolete
8
9 Portability problems fixed by either Gnulib module @code{memchr} or @code{memchr-obsolete}:
10 @itemize
11 @item
12 This function dereferences too much memory on some platforms:
13 glibc 2.10 on x86_64, IA-64; glibc 2.11 on Alpha.
14 @end itemize
15
16 Portability problems fixed by Gnulib module @code{memchr-obsolete}:
17 @itemize
18 @item
19 This function is missing on some older platforms.
20 @end itemize
21
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize