bcmp(9r) osf1 man page | unix.com

Man Page: bcmp

Operating Environment: osf1

Section: 9r

bcmp(9r)																  bcmp(9r)

NAME
bcmp - General: Compares two byte strings
SYNOPSIS
int bcmp( char *b1, char *b2, int n );
ARGUMENTS
Specifies a pointer to a byte string (array of characters). Specifies a pointer to a byte string (array of characters). Specifies the number of bytes to be compared.
DESCRIPTION
The bcmp routine compares byte string b1 to byte string b2. The routine compares exactly n bytes. No check is made for null bytes.
RETURN VALUES
If the first n bytes of b1 and b2 are equal, the bcmp routine returns the value 0 (zero). Otherwise, it returns a nonzero integer.
SEE ALSO
Routines: strcmp(9r) bcmp(9r)
Related Man Pages
bcmp(3) - debian
bcmp(3) - centos
bcopy(3) - osf1
bzero(3) - osf1
bcmp(3) - xfree86
Similar Topics in the Unix Linux Community
Need help in building gcc on solaris.
Explanation reqd for the Unix file
Not able to find the perfect code...Geting confused in between
sed adding a new line not working
sed adding a new line not working