Skip to content

cf_string_fmt_append

Category: string
GitHub: cute_string.h


Appends a printf-style formatted result to the string.

#define cf_string_fmt_append(s, fmt, ...) sfmt_append(s, fmt, __VA_ARGS__)
Parameters Description
s The string. Modified in-place.
fmt A printf-style format string.
... Format arguments.

Remarks

Shortform: sfmt_append(s, fmt, ...).

cf_string_fmt
cf_string_vfmt_append
cf_string_append