compare memory areas NAME memcmp - compare memory areas LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <strin...byte string operations NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset - byte string operations LIBRARY Standard C lib......nst void s1 [. n ], const void s2 [. n ], size_t n ); DESCRIPTION bcmp () is identical to memcmp (3); use the latter instead. STANDARDS None. HISTORY 4.3BSD. Marked as LEGACY in…compare two arrays of wide-characters NAME wmemcmp - compare two arrays of wide-characters LIBRARY Standard C library ( libc , -lc ) SYNOPSI......afe locale STANDARDS C11, POSIX.1-2008. HISTORY POSIX.1-2001, C89, SVr4, 4.3BSD. SEE ALSO memcmp (3), setlocale (3), strcasecmp (3), strcmp (3), strcoll (3), string (3)...4.3BSD. NOTES In the POSIX or C locales strcoll () is equivalent to strcmp (3). SEE ALSO memcmp (3), setlocale (3), strcasecmp (3), strcmp (3), string (3), strxfrm (3)...se and then a byte comparison performed. Otherwise, the results are unspecified. SEE ALSO memcmp (3), strcmp (3), strcoll (3), string (3), strncmp (3), wcscasecmp (3), wcsncasec…...se and then a byte comparison performed. Otherwise, the results are unspecified. SEE ALSO memcmp (3), strcmp (3), strcoll (3), string (3), strncmp (3), wcscasecmp (3), wcsncasec…...e { printf("<str1> is greater than <str2> (%d)\n", res); } exit(EXIT_SUCCESS); } SEE ALSO memcmp (3), strcasecmp (3), strcoll (3), string (3), strncasecmp (3), strverscmp (3), w…...e { printf("<str1> is greater than <str2> (%d)\n", res); } exit(EXIT_SUCCESS); } SEE ALSO memcmp (3), strcasecmp (3), strcoll (3), string (3), strncasecmp (3), strverscmp (3), w…