cf_string_set¶
Category: string
GitHub: cute_string.h
Sets the string to a copy of another string.
| Parameters | Description |
|---|---|
a |
The destination string. Must be an l-value (a variable, not NULL). Modified in-place. |
b |
The source C string. |
Remarks¶
Shortform: sset(a, b). To create a new string from scratch use smake or sfmake instead.
Related Pages¶
cf_string_dup
cf_string_make
cf_string_fmt_make
cf_string_fmt
cf_string_free