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

Concatinate the source string with the target buffer.

Parameters
pBufferTarget buffer to receive the concatinated string.
pStringSource string.
Returns
pBuffer which can be used as a paramater to other functions.
See Also
MFString_Copy()