cf_string_pop¶
Category: string
GitHub: cute_string.h
Removes the last character from the string.
| Parameters | Description |
|---|---|
s |
The string. Must be non-empty. |
Remarks¶
Shortform: spop(s).
Category: string
GitHub: cute_string.h
Removes the last character from the string.
| Parameters | Description |
|---|---|
s |
The string. Must be non-empty. |
Shortform: spop(s).