Mount Fuji Engine  0.8b
MF_API int MFString_CaseCmpN ( const char *  pString1,
const char *  pString2,
size_t  n 
)

Compares 2 strings with case insensitivity and a maximum character limit and returns the difference between them.

Parameters
pString1First source string.
pString2Second source string.
nMaximum number of characters to compare.
Returns
The difference between the 2 strings. 0 if the strings are identical.
See Also
MFString_CaseCmp()