Mount Fuji Engine  0.8b
char* MFString_RChr ( const char *  pString,
int  c 
)

Searches backwards through a string for the specified character.

Parameters
pStringString to search.
cCharacter to search for.
Returns
A pointer to the last instance of the character c in pString.
See Also
MFString_Chr()