cf_string_push¶
Category: string
GitHub: cute_string.h
Appends a single character to the end of the string.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
ch |
The character to append. |
Remarks¶
Shortform: spush(s, ch).
Category: string
GitHub: cute_string.h
Appends a single character to the end of the string.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
ch |
The character to append. |
Shortform: spush(s, ch).