Manpage of BCMP

Google
Web www.fiveanddime.net

BCMP

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

5.1 `bcmp'--compare two memory areas

 

SYNOPSIS


     #include <string.h>
     int bcmp(const void *S1, const void *S2, size_t N);  

DESCRIPTION

This function compares not more than N bytes of the object pointed to by S1 with the object pointed to by S2.


   This function is identical to `memcmp'.  

RETURNS

The function returns an integer greater than, equal to or less than zero    according to whether the object pointed to by S1 is greater than,
equal to or less than the object pointed to by S2.

 

PORTABILITY

`bcmp' requires no supporting OS subroutines.

 

SEE ALSO

bcmp is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:12 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net