svfmt¶
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¶
You probably are looking for sfmt instead. The string will be overwritten from the beginning. Will automatically adjust it's
capacity as needed. args must be a va_list.