Mount Fuji Engine  0.8b
char* MFString_CopyCat ( char *  pBuffer,
const char *  pString,
const char *  pString2 
)

Concatinates the 2 strings into the target buffer.

Parameters
pBufferTarget buffer to receive a copy of the string.
pStringSource string.
pString2Second source string.
Returns
pBuffer which can be used as a paramater to other functions.
See Also
MFString_CopyN()