cf_string_vfmt_append¶
Category: string
GitHub: cute_string.h
Appends a vprintf-style formatted result to the string.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
fmt |
A printf-style format string. |
args |
A va_list of format arguments. |
Remarks¶
Shortform: svfmt_append(s, fmt, args).