1bcmp(3) Library Functions Manual bcmp(3)
23
4
NAME
6bcmp - compare byte sequences
7
LIBRARY
9Standard C library (libc, -lc)
10
SYNOPSIS
12#include <strings.h>
1314
[[deprecated]] int bcmp(const void s1[.n], const void s2[.n], size_t n);
15
DESCRIPTION
17bcmp() is identical to memcmp(3); use it instead.
18
STANDARDS
20None.
21
HISTORY
234.3BSD. Marked as LEGACY in POSIX.1-2001; removed in POSIX.1-2008.
24
SEE ALSO
26memcmp(3)
2728
29
30
Linux man-pages 6.04 2023-03-30 bcmp(3)