cf_string_fmt_append¶
Category: string
GitHub: cute_string.h
Appends a printf-style formatted result to the string.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
fmt |
A printf-style format string. |
... |
Format arguments. |
Remarks¶
Shortform: sfmt_append(s, fmt, ...).