NUL-terminated
size_t strlcat (char * dest, const char * src, size_t count);
size_t strlcat
The string to be appended to
The string to append to it
The size of the destination buffer.