1STRLCAT(9) Basic C Library Functions STRLCAT(9)
23
4
NAME
6strlcat - Append a length-limited, NUL-terminated string to another
7
SYNOPSIS
9size_t strlcat(char * dest, const char * src, size_t count);
10
ARGUMENTS
12dest
13The string to be appended to
1415
src
16The string to append to it
1718
count
19The size of the destination buffer.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 STRLCAT(9)