OpenSuSE Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
bcmp(3)                    Library Functions Manual                    bcmp(3)

NAME
       bcmp - compare byte sequences

LIBRARY
       Standard C library (libc, -lc)

SYNOPSIS
       #include <strings.h>

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

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

STANDARDS
       None.

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

SEE ALSO
       memcmp(3)

Linux man-pages 6.04              2023-03-30                           bcmp(3)

Want to link to this manual page? Use this URL:
<
http://star2.abcm.com/cgi-bin/bsdi-man?query=bcmp&sektion=3&manpath=>

home | help