Mount Fuji Engine  0.8b
char* MFString_CopyUntil ( char *  pBuffer,
const char *  pString,
int  terminator 
)

Copies characters from the source string to the target buffer until reaching the specified terminating character.

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