fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / pastposix-functions / bcopy.texi
blob20e6e5585b34e67354783594b6c3c38f2578a31c
1 @node bcopy
2 @section @code{bcopy}
3 @findex bcopy
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/bcopy.html}
7 Gnulib module: bcopy
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw, MSVC 14, Android 9.0.
14 @end itemize
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