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

NAME

6       memchr_inv - Find an unmatching character in an area of memory.
7

SYNOPSIS

9       void * memchr_inv(const void * start, int c, size_t bytes);
10

ARGUMENTS

12       start
13           The memory area
14
15       c
16           Find a character other than c
17
18       bytes
19           The size of the area.
20

DESCRIPTION

22       returns the address of the first character other than c, or NULL if the
23       whole buffer contains just c.
24
26Kernel Hackers Manual 3.10         June 2019                     MEMCHR_INV(9)
Impressum