4.3BSD-Reno/share/man/cat3/bcmp.0

Compare this file to the similar file:
Show the results in this format:




BCMP(3)                       1990			  BCMP(3)



NNAAMMEE
     bcmp - compare byte string

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttrriinngg..hh>>

     iinntt
     bbccmmpp((ccoonnsstt cchhaarr **bb11,, ccoonnsstt cchhaarr **bb22,, ssiizzee__tt lleenn));;

DDEESSCCRRIIPPTTIIOONN
     BBccmmpp compares byte string _b_1 against byte string _b_2, return-
     ing zero if they are identical, non-zero otherwise.  Both
     strings are assumed to be _l_e_n bytes long.	Zero-length
     strings are always identical.

     The strings may overlap.

SSEEEE AALLSSOO
     bcmp(3), memcmp(3), strcasecmp(3), strcmp(3), strcoll(3),
     strxfrm(3)



































Printed 7/27/90               June				1