Mount Fuji Engine  0.8b
MF_API const char MF_API const char* MFStrN ( const char *  source,
size_t  n 
)

Generates a new string from a format specifier and parameters.

Parameters
sourceThe string from which characters will be copied.
nNumber of characters to copy from the source string.
Returns
Pointer to the newly created string.
Remarks
MFStrN() uses a circular buffer for storing the strings it produces. You should NOT keep a long term string generated by MFStrN. MFStrN() is best suited to generating temporary and intermediate strings for immediate use.
See Also
MFStrN()