attribute: Improve documentation.
[gnulib.git] / doc / pastposix-functions / bcopy.texi
blob73ab4ea24f2d6ebc8252f9e239397877228bf4c4
1 @node bcopy
2 @section @code{bcopy}
3 @findex bcopy
5 Removed in POSIX.1-2008.
6 POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/bcopy.html}
8 Gnulib module: bcopy
10 Portability problems fixed by Gnulib:
11 @itemize
12 @item
13 This function is missing on some platforms:
14 mingw, MSVC 14, Android 9.0.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 This function is removed in POSIX.1-2008.  Better use @code{memcpy}
21 or @code{memmove} instead.
22 @end itemize