smake¶
Category: string
GitHub: cute_string.h
Returns a completely new string copy.
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.