NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / doc / pastposix-functions / bcopy.texi
1 @node bcopy
2 @section @code{bcopy}
3 @findex bcopy
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/bcopy.html}
6
7 Gnulib module: bcopy
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Solaris 2.4, mingw, MSVC 9.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This function is marked as ``legacy'' in POSIX.  Better use @code{memcpy}
20 or @code{memmove} instead.
21 @end itemize