memcmpCompares two memory blocks | |||||||||||||||
Arguments
ExplanationThe first n bytes of the memory blocks pointed to by s1 and s2 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 Alsobcmp() |