cf_string_make¶
Category: string
GitHub: cute_string.h
Allocates and returns a new dynamic string copy. Same as cf_string_dup. Free with sfree.
| Parameters | Description |
|---|---|
s |
The source C string. |
Return Value¶
Returns a new dynamic string.
Remarks¶
Shortform: smake(s).