Mount Fuji Engine  0.8b
char* MFString_CopyN ( char *  pBuffer,
const char *  pString,
size_t  maxChars 
)

Copies the source string or the maximum number of characters from the source string to the target buffer.

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