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

Copies the source string to the target buffer.

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