cf_string_tofloat¶ Category: string GitHub: cute_string.h Parses the string as a float. #define cf_string_tofloat(s) stofloat(s) Parameters Description s The string. Return Value¶ Returns the parsed float value. Remarks¶ Shortform: stofloat(s). Related Pages¶ cf_string_float cf_string_toint cf_string_todouble