cf_string_append¶
Category: string
GitHub: cute_string.h
Appends string b onto the end of string a.
| Parameters | Description |
|---|---|
a |
The destination string. Modified in-place. |
b |
The source C string to append. |
Remarks¶
Shortform: sappend(a, b).
Category: string
GitHub: cute_string.h
Appends string b onto the end of string a.
| Parameters | Description |
|---|---|
a |
The destination string. Modified in-place. |
b |
The source C string to append. |
Shortform: sappend(a, b).