Mount Fuji Engine  0.8b
char* MFString_GetFileExtension ( const char *  pFilename)

Get the file extension part from a filename.

Parameters
pFilenameString containing the filename.
Returns
A pointer to the file extension (the part after the final '.' in the filename).
Remarks
The pointer returned points into the source string. It is only valid while the source string remains unchanged.