bcmpCompares two memory blocks | |||||||||||||||
Arguments
ExplanationThe first n bytes of the memory blocks pointed to by b1 and b2 are compared and the result is indicated in the return value.Return ValueThe result of the comparison is indicated in the return value as shown below:
See Alsomemcmp() |