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

NAME

6       memscan - Find a character in an area of memory.
7

SYNOPSIS

9       void * memscan(void * addr, int c, size_t size);
10

ARGUMENTS

12       addr
13           The memory area
14
15       c
16           The byte to search for
17
18       size
19           The size of the area.
20

DESCRIPTION

22       returns the address of the first occurrence of c, or 1 byte past the
23       area if c is not found
24
26Kernel Hackers Manual 3.10         June 2019                        MEMSCAN(9)
Impressum