Navigation: Reference > Functions By Category > Memory > Pointer Manipulation >
_XSTRCAT()
Append the string pointed to by pSrc to pDest . Assuming both strings are NULL terminated.
Syntax:
_XSTRCAT( pDest, pSrc ) -> pDest