Skip to content

sdup

Category: string
GitHub: cute_string.h


Returns a completely new string copy.

#define sdup(s) cf_string_dup(s)
Parameters Description
s The string to duplicate.

Remarks

You must free the copy with sfree when done. Does the same thing as smake.

sdyna
sset
smake