smake¶ Category: string GitHub: cute_string.h Returns a completely new string copy. #define smake(s) cf_string_make(s) Parameters Description s The string to duplicate. b Source for copying. Remarks¶ You must free the copy with sfree when done. Does the same thing as sdup. Related Pages¶ sdyna sset sdup