bcmp(3) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | SEE ALSO

bcmp(3)                 Library Functions Manual                 bcmp(3)

NAME         top

       bcmp - compare byte sequences

LIBRARY         top

       Standard C library (libc, -lc)

SYNOPSIS         top

       #include <strings.h>

       [[deprecated]] int bcmp(const void s1[.n], const void s2[.n], size_t n);

DESCRIPTION         top

       bcmp() is identical to memcmp(3); use it instead.

STANDARDS         top

       None.

HISTORY         top

       4.3BSD.  Marked as LEGACY in POSIX.1-2001; removed in
       POSIX.1-2008.

SEE ALSO         top

       memcmp(3)

Linux man-pages (unreleased)     (date)                          bcmp(3)

Pages that refer to this page: bstring(3)