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

NAME

6       memset32 - Fill a memory area with a uint32_t
7

SYNOPSIS

9       void * memset32(uint32_t * s, uint32_t v, size_t count);
10

ARGUMENTS

12       s
13           Pointer to the start of the area.
14
15       v
16           The value to fill the area with
17
18       count
19           The number of values to store
20

DESCRIPTION

22       Differs from memset in that it fills with a uint32_t instead of a byte.
23       Remember that count is the number of uint32_ts to store, not the number
24       of bytes.
25
27Kernel Hackers Manual 3.10         June 2019                       MEMSET32(9)
Impressum