cf_string_dup¶ Category: string GitHub: cute_string.h Allocates and returns a new dynamic string copy. Free with sfree. #define cf_string_dup(s) sdup(s) Parameters Description s The source C string. Return Value¶ Returns a new dynamic string. Remarks¶ Shortform: sdup(s). Related Pages¶ cf_string_make cf_string_set cf_string_free