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-functions/memchr.texi
2009-06-14 23:40:38 +02:00

22 lines
458 B
Plaintext

@node memchr
@section @code{memchr}
@findex memchr
POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/memchr.html}
Gnulib module: memchr
Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some older platforms.
@item
This function dereferences too much memory on some platforms:
glibc 2.10 on x86_64, IA-64, Alpha.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize