logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bcmp - compare byte sequences

Description

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

History

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

Library

       Standard C library (libc, -lc)

Name

       bcmp - compare byte sequences

See Also

memcmp(3)

Linux man-pages 6.9.1                              2024-05-02                                            bcmp(3)

Standards

       None.

Synopsis

#include<strings.h>[[deprecated]]intbcmp(constvoids1[.n],constvoids2[.n],size_tn);

See Also