The libc implementation
Martin ‘Solar’ Baute
Public Domain
char * strncat(char * _PDCLIB_restrict s1,const char * _PDCLIB_restrict s2,size_t n)
Appends up to n characters from the null terminated string s2 to the end of s1.
Returns the value of s1