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