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

NAME

6       strlcat - Append a length-limited, NUL-terminated string to another
7

SYNOPSIS

9       size_t strlcat(char * dest, const char * src, size_t count);
10

ARGUMENTS

12       dest
13           The string to be appended to
14
15       src
16           The string to append to it
17
18       count
19           The size of the destination buffer.
20
22Kernel Hackers Manual 3.10         June 2019                        STRLCAT(9)
Impressum