sset¶
Category: string
GitHub: cute_string.h
Copies the string b
into string a
.
Parameters | Description |
---|---|
a | Destination for copying. Can be NULL . |
b | Source for copying. |
Category: string
GitHub: cute_string.h
Copies the string b
into string a
.
Parameters | Description |
---|---|
a | Destination for copying. Can be NULL . |
b | Source for copying. |