sfmt_append¶
Category: string
GitHub: cute_string.h
Printf's into the end of the string, using the format string fmt
.
Parameters | Description |
---|---|
s | The string. Can be NULL . |
fmt | The format string. |
... | The parameters for the format string. |
Remarks¶
All printed data is appended to the end of the string. Will automatically adjust it's capacity as needed.