Table of Contents
The
function compares byte string against byte string Both strings are assumed
to be bytes long.
The function returns zero if the the two
strings are identical, otherwise returns the difference between the first
two differing bytes (treated as unsigned char values, so that is greater
than for example). Zero-length strings are always identical.
The function conforms to
Table of Contents