1MEMCMP(9) Basic C Library Functions MEMCMP(9)
23
4
NAME
6memcmp - Compare two areas of memory
7
SYNOPSIS
9int memcmp(const void * cs, const void * ct, size_t count);
10
ARGUMENTS
12cs
13One area of memory
1415
ct
16Another area of memory
1718
count
19The size of the area.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 MEMCMP(9)