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

Searches through a string for the specified character.

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