memcmp
Syntax: #include <string.h> int memcmp( const void *buffer1, const void *buffer2, size_t count ); The function memcmp() compares the first count characters of buffer1 and buffer2. The return values are as follows:
Related topics:
|
memcmp
Syntax: #include <string.h> int memcmp( const void *buffer1, const void *buffer2, size_t count ); The function memcmp() compares the first count characters of buffer1 and buffer2. The return values are as follows:
Related topics:
|