cf_string_tohex¶ Category: string GitHub: cute_string.h Parses the string as a hexadecimal unsigned integer. #define cf_string_tohex(s) stohex(s) Parameters Description s The string. Return Value¶ Returns the parsed uint64_t value. Remarks¶ Shortform: stohex(s). Related Pages¶ cf_string_hex cf_string_toint cf_string_touint