Function (Path Standard C Header / string.h)
strncat
char* strncat(char *dest, char *src, size_t n);
Appends the string pointed to by src to the end of the string pointed to by dest until n characters long
Parameters
char *dest
Dest string
char *src
String
size_t n
Length