other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
other sections
MEMCMP(9) | Basic C Library Functions | MEMCMP(9) |
NAME¶
memcmp - Compare two areas of memorySYNOPSIS¶
__visible int
memcmp(const void * cs,
const void * ct,
size_t count);
ARGUMENTS¶
csOne area of memory
ct
Another area of memory
count
The size of the area.
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 4.9. |