Navigation:  Reference > Functions By Category > Memory > Pointer Manipulation >

_XSTRCAT()

Previous pageReturn to chapter overviewNext page

Append the string pointed to by pSrc to pDest . Assuming both strings are NULL terminated.

 

Syntax:

_XSTRCAT(  pDest, pSrc ) -> pDest