#include <string.h> int memcmp(const void *s1, const void *s2, size_t num);
This function compares two regions of memory, at s1 and s2, for num bytes.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.