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