strncat appends not more than length characters from the string pointed to by src (including the terminating null character) to the end of the string pointed to by dst. The initial character of src overwrites the null character at the end of dst. A terminating null character is always appended to the result### Warnings
Note that a null is always appended, so that if the copy is limited by the length argument, the number of characters appended to dst is n + 1.### Returns
This function returns the initial value of dst
---
**Authoritative source**: BUSMASTER DITA help source `strncat.dita`, compiled into `BUSMASTER.CHM` with the application.