Mount Fuji Engine  0.8b
MF_API float MFString_AsciiToFloat ( const char *  pString,
const char **  ppNextChar = NULL 
)

Parses a float from a given string.

Parameters
pStringString to parse.
ppNextCharOptional pointer that receives the following character in the string.
Returns
The float parsed from the string.