fchmod-tests, fchmodat tests, lchmod tests: Add more tests.
[gnulib.git] / doc / pastposix-functions / bcmp.texi
blob13906aabd2af888a8be581a89b8449513cad8b1b
1 @node bcmp
2 @section @code{bcmp}
3 @findex bcmp
5 POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/bcmp.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw, MSVC 14, Android 9.0.
18 @item
19 This function is marked as ``legacy'' in POSIX@.  Better use @code{memcmp}
20 instead.
21 @end itemize