Table of Contents

NAME

SYNOPSIS

DESCRIPTION

The function compares byte string against byte string Both strings are assumed to be bytes long.

RETURN VALUES

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.

SEE ALSO

STANDARDS

The function conforms to


Table of Contents