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