|
@ -33,7 +33,7 @@ |
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
.\" SUCH DAMAGE. |
|
|
.\" SUCH DAMAGE. |
|
|
.\" |
|
|
.\" |
|
|
.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $ |
|
|
|
|
|
|
|
|
.\" $OpenBSD: memcmp.3,v 1.3 1996/12/10 09:06:11 deraadt Exp $ |
|
|
.\" |
|
|
.\" |
|
|
.Dd June 29, 1991 |
|
|
.Dd June 29, 1991 |
|
|
.Dt MEMCMP 3 |
|
|
.Dt MEMCMP 3 |
|
@ -60,7 +60,7 @@ bytes long. |
|
|
The |
|
|
The |
|
|
.Fn memcmp |
|
|
.Fn memcmp |
|
|
function |
|
|
function |
|
|
returns zero if the the two strings are identical, |
|
|
|
|
|
|
|
|
returns zero if the two strings are identical, |
|
|
otherwise returns the difference between the first two differing bytes |
|
|
otherwise returns the difference between the first two differing bytes |
|
|
(treated as unsigned char values, so that |
|
|
(treated as unsigned char values, so that |
|
|
.Sq Li \e200 |
|
|
.Sq Li \e200 |
|
|