sfmt¶
Category: string
GitHub: cute_string.h
Printf's into 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¶
The string will be overwritten from the beginning. Will automatically adjust capacity as needed.