1MEMCMP(9)                  Basic C Library Functions                 MEMCMP(9)
2
3
4

NAME

6       memcmp - Compare two areas of memory
7

SYNOPSIS

9       int memcmp(const void * cs, const void * ct, size_t count);
10

ARGUMENTS

12       cs
13           One area of memory
14
15       ct
16           Another area of memory
17
18       count
19           The size of the area.
20
22Kernel Hackers Manual 3.10         June 2019                         MEMCMP(9)
Impressum