The strncat() function is similar to strcat(), except that only the first n characters of src are appended to dest.
Remember:
The strncat() function returns a pointer to the resulting string dest.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.